diff CMakeLists.txt @ 47:7097a91b08a8

Tools: add mlk-bcc tool, closes #596
author David Demelier <markand@malikania.fr>
date Wed, 07 Dec 2016 20:51:19 +0100
parents f30c84b4b9ed
children 2804ae55c70f
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Dec 04 21:26:18 2016 +0100
+++ b/CMakeLists.txt	Wed Dec 07 20:51:19 2016 +0100
@@ -47,6 +47,7 @@
 find_package(OpenSSL REQUIRED)
 find_package(ZIP REQUIRED)
 
+add_subdirectory(tools)
 add_subdirectory(extern)
 add_subdirectory(database)
 add_subdirectory(docs)