include_directories — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpinclude_directories — CMake 3.22.2 Documentation include_directories ¶ Add include directories to the build. include_directories ([AFTER|BEFORE] [SYSTEM] dir1 [dir2 ...]) Add the given directories to those the compiler uses to search for include files. Relative paths are interpreted as relative to the current source directory.
install — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpThis option specifies a list of directories which will be added to the INTERFACE_INCLUDE_DIRECTORIES target property of the <targets> when exported by the install (EXPORT) command. If a relative path is specified, it is treated as relative to the $<INSTALL_PREFIX>. RUNTIME_DEPENDENCY_SET New in version 3.21.