We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53963e4 commit 9552d47Copy full SHA for 9552d47
2 files changed
CMakeLists.txt
@@ -203,10 +203,10 @@ maketest(empty-strings)
203
maketest(message-alignment)
204
maketest(test-arg-iter)
205
if(LIBLO_FOUND)
206
- maketest(liblo)
207
- target_include_directories(liblo PRIVATE ${LIBLO_INCLUDE_DIRS})
208
- target_link_libraries(liblo PRIVATE ${RTOSC_LIBLO_LIBRARIES})
209
- target_link_directories(liblo PRIVATE ${LIBLO_LIBRARY_DIRS})
+ maketest(liblo-test)
+ target_include_directories(liblo-test PRIVATE ${LIBLO_INCLUDE_DIRS})
+ target_link_libraries(liblo-test PRIVATE ${RTOSC_LIBLO_LIBRARIES})
+ target_link_directories(liblo-test PRIVATE ${LIBLO_LIBRARY_DIRS})
210
endif()
211
212
maketestcpp(version)
test/liblo.c test/liblo-test.ctest/liblo.c renamed to test/liblo-test.c
0 commit comments