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

Revision 91, 188 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
4set(CMAKE_CXX_FLAGS "-Wall -g")
5
6include_directories( ./ )
7
8find_package( OpenCV REQUIRED )
9
10add_subdirectory( main_application )
Note: See TracBrowser for help on using the repository browser.