CMake: used link_libraries() instead of target_link_libraries()

This commit is contained in:
Benoit Blanchon
2020-05-03 10:25:38 +02:00
parent 3b923b6e4e
commit dcf7eeef28
17 changed files with 4 additions and 84 deletions

View File

@ -10,9 +10,4 @@ add_executable(MemoryPoolTests
StringBuilder.cpp
)
target_link_libraries(MemoryPoolTests
ArduinoJson
catch
)
add_test(MemoryPool MemoryPoolTests)