From 6fc2e51b8aadcca27fe9f48ff6b00dca7bddb4cc Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Sun, 6 Sep 2020 22:50:42 +0300 Subject: [PATCH] windows patch --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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}")