mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Added support for CMake's unity builds
This commit is contained in:
@ -8,4 +8,6 @@ add_executable(TextFormatterTests
|
||||
)
|
||||
|
||||
target_link_libraries(TextFormatterTests catch)
|
||||
set_target_properties(TextFormatterTests PROPERTIES UNITY_BUILD OFF)
|
||||
|
||||
add_test(TextFormatter TextFormatterTests)
|
||||
|
Reference in New Issue
Block a user