fsfw-example-common/test/CMakeLists.txt

6 lines
91 B
CMake

if(FSFW_ADD_FMT_TESTS)
target_sources(${TARGET_NAME} PRIVATE
testFmt.cpp
)
endif()