summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-04-22 03:16:12 +0700
committerGitHub <noreply@github.com>2021-04-21 22:16:12 +0200
commit325dcfc9a6c9a83f9e107a06e11b8280feda2a5d (patch)
tree70c246b197294f920a632057c250cb77645ab14a /CMakeLists.txt
parent2c5cb29ad49063b7b0e4085f8624ab32786d382d (diff)
feat(Core/Build): add the possibility to link libraries dynamically (#5348)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9bdd461e5..21700f6eab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,6 +39,7 @@ list(APPEND CMAKE_MODULE_PATH
include(CheckCXXSourceRuns)
include(CheckIncludeFiles)
+include(ConfigureScripts)
# some utils for cmake
include(deps/drassil/cmake-utils/utils.cmake)