summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-07 13:10:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-07 13:11:08 +0100
commit2ca756cfbb8bdf1eb8a7b1c08500b9b7f9c31106 (patch)
tree2bcad6545e614587c551599e3eea07c21dd6892e /CMakeLists.txt
parent6b1e0796fad59df67bebd1470c96252dddb913b5 (diff)
downloadtdetoys-2ca756cfbb8bdf1eb8a7b1c08500b9b7f9c31106.tar.gz
tdetoys-2ca756cfbb8bdf1eb8a7b1c08500b9b7f9c31106.zip
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5e5a02e1a500f58572f951251e47c56ab4b302fa)
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 be4fd5e..16cfb10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ set( VERSION R14.0.5 )
include( FindPkgConfig )
include( CheckIncludeFile )
include( CheckLibraryExists )
+include( CheckSymbolExists )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )
# @Add othere required cmake modules here@