source: flair-src/trunk/lib/FlairSimulator/no_gl/CMakeLists.txt

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

modifs nouveau build system

File size: 345 bytes
Line 
1PROJECT(FlairSimulator_nogl)
2
3ADD_DEFINITIONS(-D_GNU_SOURCE -D_REENTRANT)
4
5FLAIR_LIB(${PROJECT_NAME} "${FLAIRSIMU_SRC}")
6
7#install here, as FLAIR_LIB function will not find .h (in ../src)
8FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/../src/*.h")
9INSTALL(FILES ${files} DESTINATION $ENV{FLAIR_ROOT}/flair-install/include/FlairSimulator)
Note: See TracBrowser for help on using the repository browser.