Update FSFW #25

Merged
muellerr merged 89 commits from mueller/master into master 2021-10-05 20:21:44 +02:00
Showing only changes of commit a9eaf35b43 - Show all commits

View File

@ -1,3 +1,9 @@
if(NOT TARGET_NAME)
message(WARNING
"TARGET_NAME needs to be defined because the Catch2 sources will be added to it"
)
endif()
target_sources(${TARGET_NAME} PRIVATE
CatchDefinitions.cpp
CatchFactory.cpp