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