Last change
on this file since 409 was 302, checked in by Sanahuja Guillaume, 6 years ago |
modifs nouveau build system
|
File size:
348 bytes
|
Rev | Line | |
---|
[14] | 1 | PROJECT(Sinus)
|
---|
| 2 | cmake_minimum_required(VERSION 2.8)
|
---|
| 3 |
|
---|
| 4 | SET(FLAIR_USE_FILTER TRUE)
|
---|
| 5 |
|
---|
[302] | 6 | include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
|
---|
[14] | 7 |
|
---|
| 8 | SET(SRC_FILES
|
---|
[297] | 9 | src/main.cpp
|
---|
| 10 | src/Loop.cpp
|
---|
| 11 | src/Sinus.cpp
|
---|
| 12 | src/MeanFilter.cpp
|
---|
[14] | 13 | )
|
---|
| 14 |
|
---|
[302] | 15 | FLAIR_DEMO(${PROJECT_NAME} "${SRC_FILES}"
|
---|
| 16 | DEST_DIR Sinus
|
---|
| 17 | COPY_RESOURCES
|
---|
[14] | 18 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.