Last change
on this file was 302, checked in by Sanahuja Guillaume, 6 years ago |
modifs nouveau build system
|
File size:
345 bytes
|
Line | |
---|
1 | PROJECT(FlairSimulator_nogl)
|
---|
2 |
|
---|
3 | ADD_DEFINITIONS(-D_GNU_SOURCE -D_REENTRANT)
|
---|
4 |
|
---|
5 | FLAIR_LIB(${PROJECT_NAME} "${FLAIRSIMU_SRC}")
|
---|
6 |
|
---|
7 | #install here, as FLAIR_LIB function will not find .h (in ../src)
|
---|
8 | FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/../src/*.h")
|
---|
9 | INSTALL(FILES ${files} DESTINATION $ENV{FLAIR_ROOT}/flair-install/include/FlairSimulator)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.