source: gssim_ui/branches/imgcutter/main_application/CMakeLists.txt @ 91

Revision 91, 243 bytes checked in by mcichenski, 14 years ago (diff)

CMake project for simple application that cuts image into smaller parts, requires OpenCV

Line 
1cmake_minimum_required (VERSION 2.6)
2project (ImgCutter)
3
4include_directories(../)
5
6file(GLOB FILES *.cpp *.h )
7add_executable(imgcutter ${FILES})
8target_link_libraries(imgcutter libopencv_core220d libopencv_imgproc220d libopencv_highgui220d)
Note: See TracBrowser for help on using the repository browser.