diff options
author | Naios <naios-dev@live.de> | 2016-03-14 15:45:39 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-18 02:52:57 +0100 |
commit | abda7a910a760687f9c1b9e0893314e04982c0f1 (patch) | |
tree | 3b4d14aa9a46abd347571956e126722080972371 /CMakeLists.txt | |
parent | 2413a82b9343178b613bc6309125eecec8aa9123 (diff) |
CMake: Use inherited dependencies in common and tools
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 d24ba679598..17d4e1f051d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ endif() include(CheckPlatform) include(GroupSources) +include(AutoCollect) find_package(PCHSupport) find_package(MySQL) |