eive-obsw/thirdparty/CMakeLists.txt

11 lines
198 B
CMake
Raw Normal View History

2022-11-04 09:35:17 +01:00
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()
2022-11-04 09:35:17 +01:00
add_subdirectory(rapidcsv)