diff options
author | Slávek Banko <[email protected]> | 2019-02-14 14:44:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-14 14:44:07 +0100 |
commit | db310868250d3e047d0dc210f53087a354d66312 (patch) | |
tree | 04217827608b0684cca04f325203bdf4d4b81098 /CMakeLists.txt | |
parent | 94c143f495a8968962f32c81787928d586a03bf7 (diff) | |
download | tdeio-sword-db310868250d3e047d0dc210f53087a354d66312.tar.gz tdeio-sword-db310868250d3e047d0dc210f53087a354d66312.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 159c47c..11dd998 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ set( VERSION R14.1.0 ) include( FindPkgConfig ) include( CheckFunctionExists ) +include( CheckSymbolExists ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckCSourceCompiles ) |