CMakeImportBuildSettings
: import build settings from another projectCMAKE_IMPORT_BUILD_SETTINGS(SETTINGS_FILE)
macro defined to import the build settings from another project. SETTINGS_FILE is a file created by the other project's call to the CMAKE_EXPORT_BUILD_SETTINGS macro, see CMakeExportBuildSettings.