mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Fixing DT_RUNPATH for Linux targets
This commit is contained in:
parent
27bce3c8b1
commit
eabe28c423
1 changed files with 2 additions and 1 deletions
|
|
@ -385,7 +385,8 @@ target_link_libraries(supercell-wx PRIVATE scwx-qt
|
|||
wxdata)
|
||||
|
||||
# Set DT_RUNPATH for Linux targets
|
||||
set(CMAKE_INSTALL_RPATH "\$ORIGIN/../lib")
|
||||
set_target_properties(qmaplibregl PROPERTIES INSTALL_RPATH "\$ORIGIN/../lib")
|
||||
set_target_properties(supercell-wx PROPERTIES INSTALL_RPATH "\$ORIGIN/../lib")
|
||||
|
||||
install(TARGETS supercell-wx
|
||||
qmaplibregl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue