diff options
author | Kargatum <dowlandtop@yandex.com> | 2019-09-18 20:04:48 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 20:04:48 +0700 |
commit | 0e6c9a18f4f3f82ec431aad7101bdf58b8f5d63f (patch) | |
tree | a07b16890546f20ce671caa4cf128c70673369ed /CMakeLists.txt | |
parent | 91d62373ccfbf17381ab149b5eb31c1cdc1a5574 (diff) |
feat(Cmake/Build): Use interface targets for inheriting flags and definitions (#2255)
Co-authored-by: Naios Naios@users.noreply.github.com
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 228afc42fa..c3764dd7d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,7 @@ if( NOPCH ) set(USE_SCRIPTPCH 0) endif() +include(ConfigureBaseTargets) include(CheckPlatform) include(GroupSources) include(AutoCollect) |