summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RuntimePath/Relative.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Ninja: Add multi-config variantKyle Edwards2019-12-131-5/+12
| | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com>
* RPATH: Add option for using $ORIGIN in build treePeter Wu2018-10-261-0/+69
This makes binaries independent of the build directory by not embedding the build directory via RPATH. The tests are partially based on the existing RuntimePath test, but with the check moved into a POST_BUILD command such that it can be skipped when the platform lacks support. Fixes: #18413