Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent 97f254c commit 3204561
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,13 @@ maketest(test-arg-iter)
if(LIBLO_FOUND)
maketest(liblo)
target_include_directories(liblo PRIVATE ${LIBLO_INCLUDE_DIRS})
target_link_libraries(liblo PRIVATE ${RTOSC_LIBLO_LIBRARIES})
target_link_libraries(liblo PRIVATE ${LIBLO_LIBRARIES})
# target_include_directories(liblo PRIVATE ${LIBLO_INCLUDE_DIRS})
# target_link_libraries(liblo PRIVATE ${RTOSC_LIBLO_LIBRARIES})




endif()

maketestcpp(version)
Expand Down

0 comments on commit 3204561

Please sign in to comment.