aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulien Dessaux2019-03-11 19:02:10 +0100
committerJulien Dessaux2019-03-11 19:02:10 +0100
commit0d5a0ca1a56612729b592758372bc56b5f6ae5fe (patch)
treed4eddad629438a88436e91923dd299903783f9df /CMakeLists.txt
parentCosmetics (diff)
downloadbastion-0d5a0ca1a56612729b592758372bc56b5f6ae5fe.tar.gz
bastion-0d5a0ca1a56612729b592758372bc56b5f6ae5fe.tar.bz2
bastion-0d5a0ca1a56612729b592758372bc56b5f6ae5fe.zip
Added cmake rules to build libtty from termrec submodule
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fe7708..38bc5f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,3 +14,4 @@ option(SESSION_RECORDING "whether or not recording feature based on lib termrec
add_subdirectory(bastion)
add_subdirectory(common)
+add_subdirectory(external)