diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-05 19:03:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-05 19:03:43 +0100 |
commit | ea1b35d76f1f51d37ebf94494cb7c77b6f82aa61 (patch) | |
tree | 4a69ea11213ab7d536a4e980e1be3e561a2ca4f2 /src | |
parent | 4a479930bbaafbeeaaf525507eb0af47ea2adcd2 (diff) | |
download | kcmldap-ea1b35d76f1f51d37ebf94494cb7c77b6f82aa61.tar.gz kcmldap-ea1b35d76f1f51d37ebf94494cb7c77b6f82aa61.zip |
cmake: Add krb5 library detection.
Add krb5 include directories.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 18a7fcd..3c25e30 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,8 +2,10 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR}/tde ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} + ${KRB5_INCLUDE_DIRS} ) link_directories( |