diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-25 14:47:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-25 14:47:48 +0100 |
commit | 4b43800596822ad53b9c4e0ae5d4fe0130d73ad3 (patch) | |
tree | 46fa77e9c8f43981436012620739c24b3e6574b3 /kdat/CMakeLists.txt | |
parent | b04989e564b12fd2be5fd7b35055021b280f8f6a (diff) | |
download | tdeadmin-4b43800596822ad53b9c4e0ae5d4fe0130d73ad3.tar.gz tdeadmin-4b43800596822ad53b9c4e0ae5d4fe0130d73ad3.zip |
KDat: Add CMake test if the mtget contains mt_gstat.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kdat/CMakeLists.txt')
-rw-r--r-- | kdat/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kdat/CMakeLists.txt b/kdat/CMakeLists.txt index 4adf4fb..69491a4 100644 --- a/kdat/CMakeLists.txt +++ b/kdat/CMakeLists.txt @@ -1,5 +1,10 @@ # This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +##### configure checks + +include( ConfigureChecks.cmake ) + + add_subdirectory( pics ) include_directories( |