source: flair-src/branches/sanscv/demos/Sinus/CMakeLists.txt@ 452

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

removing opencv dependency

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