Ported everything to CMake
[EconoBoard.git] / src / ecoboard / CMakeLists.txt
blob945bdc55e133523895ab19c3169230a50653a3f8
1 aux_source_directory(. SRC)
3 add_executable(ecoboard ${SRC})
4 add_test(application ecoboard)
6 target_link_libraries(ecoboard ${OPENCV_LIBRARIES})
8 install(TARGETS ecoboard
9         RUNTIME DESTINATION bin)