close Warning: Can't use blame annotator:
svn blame failed on trunk/lib/FlairFilter/CMakeLists.txt: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/lib/FlairFilter/CMakeLists.txt@ 309

Last change on this file since 309 was 302, checked in by Sanahuja Guillaume, 5 years ago

modifs nouveau build system

File size: 572 bytes
RevLine 
1PROJECT(FlairFilter)
2cmake_minimum_required(VERSION 2.8)
3include($ENV{FLAIR_ROOT}/flair-src/cmake-modules/GlobalCmakeFlair.cmake)
4
5INCLUDE_DIRECTORIES(
6 ${CMAKE_CURRENT_SOURCE_DIR}/../FlairCore/src
7 ${CMAKE_CURRENT_SOURCE_DIR}/../FlairSensorActuator/src
8 ${CMAKE_CURRENT_SOURCE_DIR}/src/unexported
9 ${CMAKE_CURRENT_SOURCE_DIR}/src/
10 ${CMAKE_SYSROOT}/usr/include/opencv1
11 ${CMAKE_SYSROOT}/usr/include/iir
12)
13
14FILE(GLOB SRC_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
15
16FLAIR_LIB(${PROJECT_NAME} "${SRC_FILES}"
17 INCLUDES_DEST_DIR ${PROJECT_NAME}
18)
Note: See TracBrowser for help on using the repository browser.