repo.or.cz
/
EconoBoard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ported everything to CMake
[EconoBoard.git]
/
src
/
ecoboard
/
CMakeLists.txt
blob
945bdc55e133523895ab19c3169230a50653a3f8
1
aux_source_directory(. SRC)
2
3
add_executable(ecoboard ${SRC})
4
add_test(application ecoboard)
5
6
target_link_libraries(ecoboard ${OPENCV_LIBRARIES})
7
8
install(TARGETS ecoboard
9
RUNTIME DESTINATION bin)