mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
5a8a9f7229
Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
3 lines
152 B
CMake
3 lines
152 B
CMake
file(COPY ${dir}/bin${cfg_dir}/exe DESTINATION ${dir})
|
|
file(RPATH_CHANGE FILE "${dir}/exe" OLD_RPATH "${dir}/libLink" NEW_RPATH "old-should-not-exist")
|