12 lines
243 B
CMake
12 lines
243 B
CMake
if(EIVE_ADD_LINUX_FILES)
|
|
add_subdirectory(tas)
|
|
endif()
|
|
|
|
# Dependency on proprietary library
|
|
if(TGT_BSP MATCHES "arm/q7s")
|
|
# Only add required folder for wire library.
|
|
add_subdirectory(sagittactl/wire)
|
|
endif()
|
|
|
|
add_subdirectory(rapidcsv)
|