mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
-rpath
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
This commit is contained in:
parent
89d1776b16
commit
320b2648ec
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ endif()
|
|||
add_library(villas SHARED ${LIB_SRC})
|
||||
target_include_directories(villas PUBLIC ${INCLUDE_DIRS})
|
||||
target_link_libraries(villas PUBLIC ${LIBRARIES})
|
||||
target_link_libraries(villas PRIVATE -Wl,--whole-archive ${WHOLE_ARCHIVES} -Wl,--no-whole-archive)
|
||||
target_link_libraries(villas PRIVATE -Wl,-rpath,--whole-archive ${WHOLE_ARCHIVES} -Wl,-rpath,--no-whole-archive)
|
||||
|
||||
set_target_properties(villas PROPERTIES
|
||||
VERSION ${CMAKE_PROJECT_VERSION}
|
||||
|
|
Loading…
Add table
Reference in a new issue