source:
gssim_ui/branches/imgcutter/CMakeLists.txt
@
91
Revision 91, 188 bytes checked in by mcichenski, 14 years ago (diff) |
---|
Line | |
---|---|
1 | cmake_minimum_required (VERSION 2.6) |
2 | project (ImgCutter) |
3 | |
4 | set(CMAKE_CXX_FLAGS "-Wall -g") |
5 | |
6 | include_directories( ./ ) |
7 | |
8 | find_package( OpenCV REQUIRED ) |
9 | |
10 | add_subdirectory( main_application ) |
Note: See TracBrowser
for help on using the repository browser.