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

source: flair-src/trunk/lib/FlairCore/rt/CMakeLists.txt@ 375

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

modifs nouveau build system

File size: 201 bytes
RevLine 
1PROJECT(FlairCore_rt)
2
3find_package(Xenomai REQUIRED)
4ADD_DEFINITIONS(${XENOMAI_DEFINITIONS})
5
6INCLUDE_DIRECTORIES(
7 ${XENOMAI_INCLUDE_DIR}
8)
9
10FLAIR_LIB(${PROJECT_NAME} "${FLAIRCORE_SRC}")
11
Note: See TracBrowser for help on using the repository browser.