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:44 +0100
commit22198034d36ef1cdda2ea9eacc3fca2020d0e7de (patch)
treebb225e6ab6a87d8025d5f7cf8949250e55604273 /CMakeLists.txt
parent10dc3f60de373b295ff6f39f6b46ef9b508f8ded (diff)
downloadtdegraphics-22198034d36ef1cdda2ea9eacc3fca2020d0e7de.tar.gz
tdegraphics-22198034d36ef1cdda2ea9eacc3fca2020d0e7de.zip
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f87fd6d4e2edaadb65feaeb189e3af80c16693ad)
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 a033b400..6b341390 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 #################