1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 16:25:01 +03:00

CMake: add dynamic libraries to RPATH

Fixes #766
This commit is contained in:
Ilya Shipitsin
2018-10-24 00:32:41 +05:00
parent 5b11e6bffd
commit e50cf278cd
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,3 @@
include(GNUInstallDirs)
# Creates wrapper scripts and installs them in the user's binaries directory, which is usually "/usr/local/bin".
# This is required because symlinks use the folder they are in as working directory.
macro(install_wrapper_script component target)