Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 3 | -9/+22 |
| | | | | Co-Authored-by: vector-of-bool <vectorofbool@gmail.com> | ||||
* | BUILD_RPATH/INSTALL_RPATH: Add generator expression support | Kyle Edwards | 2019-06-25 | 3 | -20/+50 |
| | | | | Fixes: #19423 | ||||
* | RPATH: Add option for using $ORIGIN in build tree | Peter Wu | 2018-10-26 | 4 | -1/+90 |
| | | | | | | | | | 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 | ||||
* | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests | Craig Scott | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Tests: Add case for RPATH exclusion of symlinks to implicit directories | Brad King | 2017-03-02 | 8 | -0/+71 |
Issue: #16682 |