forked from bblanchon/ArduinoJson
CMake: used link_libraries() instead of target_link_libraries()
This commit is contained in:
@ -10,9 +10,4 @@ add_executable(MemoryPoolTests
|
||||
StringBuilder.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(MemoryPoolTests
|
||||
ArduinoJson
|
||||
catch
|
||||
)
|
||||
|
||||
add_test(MemoryPool MemoryPoolTests)
|
||||
|
Reference in New Issue
Block a user