summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-06 15:24:30 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-06 15:24:30 +0100
commitf87fd6d4e2edaadb65feaeb189e3af80c16693ad (patch)
tree168bf58acc5f3ff613730a056acf555cdfc9fc81 /CMakeLists.txt
parent5f61971b3c78facc8993c048ff6884ab747226b2 (diff)
downloadtdegraphics-f87fd6d4e2edaadb65feaeb189e3af80c16693ad.tar.gz
tdegraphics-f87fd6d4e2edaadb65feaeb189e3af80c16693ad.zip
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 7d26cdf1..a705d856 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@ include( CheckTypeSize )
include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )
include( CheckLibraryExists )
+include( CheckSymbolExists )
##### include our cmake modules #################