aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-14 15:45:39 +0100
committerNaios <naios-dev@live.de>2016-03-18 02:52:57 +0100
commitabda7a910a760687f9c1b9e0893314e04982c0f1 (patch)
tree3b4d14aa9a46abd347571956e126722080972371 /CMakeLists.txt
parent2413a82b9343178b613bc6309125eecec8aa9123 (diff)
CMake: Use inherited dependencies in common and tools
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 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)