fsfw-example-common/test/CMakeLists.txt

6 lines
91 B
CMake
Raw Normal View History

2022-05-08 02:06:29 +02:00
if(FSFW_ADD_FMT_TESTS)
target_sources(${TARGET_NAME} PRIVATE
testFmt.cpp
)
endif()