diff options
author | Slávek Banko <[email protected]> | 2019-02-06 15:24:30 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-06 15:24:44 +0100 |
commit | 22198034d36ef1cdda2ea9eacc3fca2020d0e7de (patch) | |
tree | bb225e6ab6a87d8025d5f7cf8949250e55604273 /CMakeLists.txt | |
parent | 10dc3f60de373b295ff6f39f6b46ef9b508f8ded (diff) | |
download | tdegraphics-22198034d36ef1cdda2ea9eacc3fca2020d0e7de.tar.gz tdegraphics-22198034d36ef1cdda2ea9eacc3fca2020d0e7de.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f87fd6d4e2edaadb65feaeb189e3af80c16693ad)
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 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 ################# |