Selaa lähdekoodia
CTK_BASE_INCLUDE_DIRS has to be updated to generate CTKConfig.cmake
The recent changes related to the "include_deps" topic removed the variable
CTK_BASE_INCLUDE_DIRS.
Waiting we find a better way to collect the include dirs associated with
both the CTK libraries being built and the corresponding external project,
the update of CTK_BASE_INCLUDE_DIRS variable has been re-added.
Ideally, the following could be done:
- Collect the include dirs associated with all CTK libraries
- Collect the include dirs associated with External project if these
ones haven't been passed to CTK.