diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-07 20:44:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-07 20:44:52 +0100 |
commit | 33f01bdfd1d60ae99baca7460a6c46d899a5f5e1 (patch) | |
tree | 9f6719098bb13645dd48d70f91f49be008bf587c /CMakeLists.txt | |
parent | 50e7ba294eb6c833902a1913d09412f8fe25cc28 (diff) | |
download | tdeartwork-33f01bdfd1d60ae99baca7460a6c46d899a5f5e1.tar.gz tdeartwork-33f01bdfd1d60ae99baca7460a6c46d899a5f5e1.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aad25fde..abc41edd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,8 @@ include( FindPkgConfig ) include( CheckIncludeFile ) include( CheckIncludeFileCXX ) include( CheckCXXSourceCompiles ) +include( CheckSymbolExists ) + ##### include our cmake modules ################# |