source:
gssim_ui/branches/imgcutter/main_application/CMakeLists.txt
@
91
Revision 91, 243 bytes checked in by mcichenski, 14 years ago (diff) |
---|
Line | |
---|---|
1 | cmake_minimum_required (VERSION 2.6) |
2 | project (ImgCutter) |
3 | |
4 | include_directories(../) |
5 | |
6 | file(GLOB FILES *.cpp *.h ) |
7 | add_executable(imgcutter ${FILES}) |
8 | target_link_libraries(imgcutter libopencv_core220d libopencv_imgproc220d libopencv_highgui220d) |
Note: See TracBrowser
for help on using the repository browser.