summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 17:18:09 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 17:18:09 -0500
commit7816ebcadcc73387debb97e1fdb79569e7440018 (patch)
treef9201b492a02aa5287679997abe9bb91f3b1600a /CMakeLists.txt
parent0d3ebd90203be2314e9c9fece66216f36dab3abe (diff)
downloadtdebase-7816ebcadcc73387debb97e1fdb79569e7440018.tar.gz
tdebase-7816ebcadcc73387debb97e1fdb79569e7440018.zip
Add highly experimental tdekbdledsync application
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2339436cc..04e83c22c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,6 +261,8 @@ tde_conditional_add_subdirectory( BUILD_TSAK tsak )
tde_conditional_add_subdirectory( BUILD_KROOTBACKING krootbacking )
tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration )
+add_subdirectory( tdekbdledsync )
+
##### install starttde & related stuff ##########
if( BUILD_STARTTDE )