fsfw/subsystem/CMakeLists.txt

7 lines
105 B
CMake

target_sources(${LIB_FSFW_NAME}
PRIVATE
Subsystem.cpp
SubsystemBase.cpp
)
add_subdirectory(modes)