diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-13 18:29:30 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-13 18:29:30 +0100 |
commit | 41e5807edb2afb616337335656276a542b0b6b65 (patch) | |
tree | 3fdc42136bb961fc570d00dde8cb11ee76cdb7ac /CMakeLists.txt | |
parent | a0d1fd4c6a9dc72a99ddbe589a6786f107e89dae (diff) | |
download | kvkbd-41e5807edb2afb616337335656276a542b0b6b65.tar.gz kvkbd-41e5807edb2afb616337335656276a542b0b6b65.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11af93a..a718b15 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 ) |