source:
pacpussensors/trunk/Vislab/20150310_lib3dv-1.2.0/CMakeLists.txt@
140
Last change on this file since 140 was 136, checked in by , 8 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | cmake_minimum_required(VERSION 2.8) |
2 | project(3dv-client) |
3 | |
4 | set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" CACHE PATH "") |
5 | option(BUILD_STATIC_EXECUTABLE "Build a static version of the executable" OFF) |
6 | |
7 | find_package(Doxygen) |
8 | find_package(Lib3DV REQUIRED) |
9 | |
10 | add_subdirectory(src) |
Note:
See TracBrowser
for help on using the repository browser.