Robin Mueller
079da3b0e4
- STR code is now in mission folder, but still only conpiled for Q7S code because wire library is proprietary
11 lines
198 B
CMake
11 lines
198 B
CMake
if(EIVE_ADD_LINUX_FILES)
|
|
add_subdirectory(tas)
|
|
endif()
|
|
|
|
# Dependency on proprietary library
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
|
add_subdirectory(arcsec_star_tracker)
|
|
endif()
|
|
|
|
add_subdirectory(rapidcsv)
|