Merge pull request #189926 from veprbl/pr/root_rip_via_setup_hook

root: populate ROOT_INCLUDE_PATH via the setupHook
This commit is contained in:
Dmitry Kalinkin
2022-09-08 19:45:45 -04:00
committed by GitHub
@@ -11,3 +11,9 @@ thisroot () {
}
postHooks+=(thisroot)
addRootInludePath() {
addToSearchPath ROOT_INCLUDE_PATH $1/include
}
addEnvHooks "$targetOffset" addRootInludePath