2022-11-04 09:35:17 +01:00
|
|
|
if(EIVE_ADD_LINUX_FILES)
|
|
|
|
add_subdirectory(tas)
|
|
|
|
endif()
|
|
|
|
|
2023-03-26 16:05:01 +02:00
|
|
|
# Dependency on proprietary library
|
|
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
2023-04-13 17:55:56 +02:00
|
|
|
# Only add required folder for wire library.
|
|
|
|
add_subdirectory(sagittactl/wire)
|
2023-03-26 16:05:01 +02:00
|
|
|
endif()
|
|
|
|
|
2022-11-04 09:35:17 +01:00
|
|
|
add_subdirectory(rapidcsv)
|