source: flair-src/trunk/demos/Sinus/CMakeLists.txt@ 379

Last change on this file since 379 was 302, checked in by Sanahuja Guillaume, 5 years ago

modifs nouveau build system

File size: 348 bytes
RevLine 
[14]1PROJECT(Sinus)
2cmake_minimum_required(VERSION 2.8)
3
4SET(FLAIR_USE_FILTER TRUE)
5
[302]6include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
[14]7
8SET(SRC_FILES
[297]9 src/main.cpp
10 src/Loop.cpp
11 src/Sinus.cpp
12 src/MeanFilter.cpp
[14]13)
14
[302]15FLAIR_DEMO(${PROJECT_NAME} "${SRC_FILES}"
16 DEST_DIR Sinus
17 COPY_RESOURCES
[14]18)
Note: See TracBrowser for help on using the repository browser.