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
commit ea1dcc4f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,9 @@ thisroot () {
}
postHooks+=(thisroot)
addRootInludePath() {
addToSearchPath ROOT_INCLUDE_PATH $1/include
}
addEnvHooks "$targetOffset" addRootInludePath