Robin Mueller
079da3b0e4
- STR code is now in mission folder, but still only conpiled for Q7S code because wire library is proprietary
19 lines
452 B
CMake
19 lines
452 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE GyrAdis1650XHandler.cpp
|
|
GyrL3gCustomHandler.cpp
|
|
ImtqHandler.cpp
|
|
MgmLis3CustomHandler.cpp
|
|
MgmRm3100CustomHandler.cpp
|
|
RwHandler.cpp
|
|
SusHandler.cpp
|
|
gyroAdisHelpers.cpp
|
|
imtqHelpers.cpp
|
|
rwHelpers.cpp
|
|
defs.cpp)
|
|
|
|
# Dependency on proprietary library
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
|
add_subdirectory(str)
|
|
endif()
|