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:30 +0100 |
commit | f87fd6d4e2edaadb65feaeb189e3af80c16693ad (patch) | |
tree | 168bf58acc5f3ff613730a056acf555cdfc9fc81 /CMakeLists.txt | |
parent | 5f61971b3c78facc8993c048ff6884ab747226b2 (diff) | |
download | tdegraphics-f87fd6d4e2edaadb65feaeb189e3af80c16693ad.tar.gz tdegraphics-f87fd6d4e2edaadb65feaeb189e3af80c16693ad.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
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 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 ################# |