mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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")
|