diff --git a/CMakeLists.txt b/CMakeLists.txt index c246ee2..056e7b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,11 @@ if (UTILS) add_subdirectory(utils) endif() +shstk_is_parent_exists(_pe) +if (_pe) + set(CD_MODULES "cd_core" PARENT_SCOPE) +endif() + message("----------CD-----------") message(" Build for ${QtVersions}") message(" Linkage: ${cd_LIB_TYPE_MSG}")