Last change
on this file since 403 was 302, checked in by Sanahuja Guillaume, 6 years ago |
modifs nouveau build system
|
File size:
334 bytes
|
Line | |
---|
1 | PROJECT(FlairCore_nrt)
|
---|
2 |
|
---|
3 | ADD_DEFINITIONS(-D_GNU_SOURCE -D_REENTRANT)
|
---|
4 |
|
---|
5 | FLAIR_LIB(${PROJECT_NAME} "${FLAIRCORE_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/FlairCore)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.