aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-22 16:05:07 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-22 16:05:07 +0200
commitcfae7b4dd30282209debec1d7680be8d974d0e46 (patch)
treec8e64797f0cdf74bff367b057826f81b512db624 /CMakeLists.txt
parentf77ce5a0226014c811a46d8ab1ba8c9164768ed3 (diff)
downloadcmix-cfae7b4dd30282209debec1d7680be8d974d0e46.tar.gz
cmix-cfae7b4dd30282209debec1d7680be8d974d0e46.tar.bz2
cmix-cfae7b4dd30282209debec1d7680be8d974d0e46.zip
Added a logging facility using boost::log::trivial.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0483633..0037310 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,7 @@ endif(DOXYGEN_FOUND)
add_subdirectory(libcmix-crypto)
add_subdirectory(libcmix)
+add_subdirectory(liblog)
add_subdirectory(libcmix-network)
add_subdirectory(network-handler)