Added support for CMake's unity builds

This commit is contained in:
Benoit Blanchon
2019-12-24 16:41:00 +01:00
parent 9723682d20
commit 00c391320c
20 changed files with 226 additions and 223 deletions

View File

@ -9,4 +9,5 @@ add_executable(NumbersTests
)
target_link_libraries(NumbersTests catch)
add_test(Numbers NumbersTests)