Skip to content
Snippets Groups Projects
Commit 36f63f20 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

use manually added library paths

parent a67b5c6e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ if (Simox_USE_COIN_VISUALIZATION)
set(Simox_VISUALIZATION TRUE CACHE BOOL "")
target_include_directories(VirtualRobot PUBLIC ${Coin_INCLUDE_DIR})
target_link_libraries(VirtualRobot PUBLIC ${Coin_LIB_DIR}/libCoin.so)
target_link_libraries(VirtualRobot PUBLIC ${Coin_LIBRARY_PATH})
target_compile_definitions(VirtualRobot PUBLIC -DCOIN_DLL)
endif ()
......@@ -80,7 +80,7 @@ if (Simox_USE_COIN_VISUALIZATION)
set(Simox_BUILD_EXAMPLES ON CACHE BOOL "Build example applications")
target_include_directories(VirtualRobot PUBLIC ${SoQt_INCLUDE_DIRS})
target_link_libraries(VirtualRobot PUBLIC ${SoQt_LIBRARY_DIR}/libSoQt.so)
target_link_libraries(VirtualRobot PUBLIC ${SoQt_LIBRARY_PATH})
target_compile_definitions(VirtualRobot PUBLIC -DSoQt_DLL -DSIMOX_USE_SoQt)
if (NOT UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment