Skip to content

Commit 9552d47

Browse files
JohannesLorenzJohannes Lorenz
authored andcommitted
Rename liblo.c -> liblo-test.c
... to avoid conflicting with a CMake target. This was required for Windows compilation.
1 parent 53963e4 commit 9552d47

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ maketest(empty-strings)
203203
maketest(message-alignment)
204204
maketest(test-arg-iter)
205205
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})
206+
maketest(liblo-test)
207+
target_include_directories(liblo-test PRIVATE ${LIBLO_INCLUDE_DIRS})
208+
target_link_libraries(liblo-test PRIVATE ${RTOSC_LIBLO_LIBRARIES})
209+
target_link_directories(liblo-test PRIVATE ${LIBLO_LIBRARY_DIRS})
210210
endif()
211211

212212
maketestcpp(version)
File renamed without changes.

0 commit comments

Comments
 (0)