- Timestamp:
- Mar 4, 2021, 9:11:59 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 26 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake-modules/FlairUseFile.cmake
r378 r397 93 93 ENDIF (FLAIR_USE_META) 94 94 95 #ipc lib 96 IF (FLAIR_USE_IPC) 97 SET(FLAIR_INCLUDE_DIR ${FLAIR_INCLUDE_DIR} $ENV{FLAIR_ROOT}/flair-install/include/FlairIpc) 98 SET(FLAIR_LIBRARIES ${FLAIR_LIBRARY_DIR}/libFlairIpc.a ${FLAIR_LIBRARIES}) 99 ENDIF (FLAIR_USE_IPC) 100 95 101 #simulator lib 96 102 IF (FLAIR_USE_SIMULATOR) -
trunk/lib/CMakeLists.txt
r302 r397 9 9 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/FlairSimulator) 10 10 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/FlairVisionFilter) 11 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/FlairIpc) 11 12 12 13 -
trunk/lib/FlairFilter/src/SimulatedAhrs.h
r286 r397 15 15 16 16 #include <Ahrs.h> 17 #include <stdint.h>18 17 19 18 namespace flair {
Note:
See TracChangeset
for help on using the changeset viewer.