mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
3 lines
142 B
CMake
3 lines
142 B
CMake
file(COPY ${dir}/bin/exe DESTINATION ${dir})
|
|
file(RPATH_CHANGE FILE "${dir}/exe" OLD_RPATH "${dir}/libLink" NEW_RPATH "old-should-not-exist")
|