Skip to content

Commit

Permalink
Fixup mac
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent bf9a2fd commit 97f254c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ maketest(message-alignment)
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})
endif()

Expand All @@ -213,6 +214,7 @@ maketestcpp(path-search)

maketestcpp(performance)
if(LIBLO_FOUND)
target_include_directories(performance PRIVATE ${LIBLO_INCLUDE_DIRS})
target_link_libraries(performance PRIVATE ${RTOSC_LIBLO_LIBRARIES})
target_compile_definitions(performance PRIVATE HAVE_LIBLO)
endif()
Expand All @@ -230,6 +232,7 @@ maketestcpp(test-automation)

if(LIBLO_FOUND)
add_library(lo-server test/liblo-server.cpp)
target_include_directories(lo-server PRIVATE ${LIBLO_INCLUDE_DIRS})
target_include_directories(lo-server PRIVATE ${CMAKE_SOURCE_DIR}/include)
target_link_libraries(lo-server PRIVATE ${RTOSC_LIBLO_LIBRARIES})
set(RTOSC_TEST_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/test CACHE INTERNAL "")
Expand Down

0 comments on commit 97f254c

Please sign in to comment.