source: pacpussensors/trunk/Vislab/20150310_lib3dv-1.2.0/CMakeLists.txt@ 149

Last change on this file since 149 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 278 bytes
Line 
1cmake_minimum_required(VERSION 2.8)
2project(3dv-client)
3
4set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" CACHE PATH "")
5option(BUILD_STATIC_EXECUTABLE "Build a static version of the executable" OFF)
6
7find_package(Doxygen)
8find_package(Lib3DV REQUIRED)
9
10add_subdirectory(src)
Note: See TracBrowser for help on using the repository browser.