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