mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
69528fe65f
Issue: #16682
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")
|