diff options
author | Slávek Banko <[email protected]> | 2019-02-08 12:16:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-08 12:16:41 +0100 |
commit | 2a66e42a1eba4063da0fe83a2bacedcf63ff0d94 (patch) | |
tree | eb205c51b679e606d136668da330d72a80de1398 /CMakeLists.txt | |
parent | c447f9b801764f6151021b6f616f7f40a931eb40 (diff) | |
download | tdesdk-2a66e42a1eba4063da0fe83a2bacedcf63ff0d94.tar.gz tdesdk-2a66e42a1eba4063da0fe83a2bacedcf63ff0d94.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 b831bcc8..b0464325 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ include( CheckTypeSize ) include( CheckCSourceCompiles ) include( CheckCXXSourceCompiles ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckLibraryExists ) |