summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_SYSROOT_COMPILE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add options for separate compile and link sysrootsBrad King2017-05-091-0/+9
Add `CMAKE_SYSROOT_COMPILE` and `CMAKE_SYSROOT_LINK` variables to as operation-specific alternatives to `CMAKE_SYSROOT`. This will be useful for Android NDKs that compile and link with different sysroot values (e.g. `r14` with unified headers). Co-Author: Florent Castelli <florent.castelli@gmail.com>