From 18b631eb71083bda1b50c131f52dcc5929d92f90 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Mon, 15 Dec 2014 09:09:18 +0100 Subject: Added new decryption block (be careful - untested component). Changed CMakeFiles to reflect more modular design (not finished for the lib directory) --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e1a75d..c6abc58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,8 +151,7 @@ add_custom_target(uninstall ######################################################################## # Add subdirectories ######################################################################## -add_subdirectory(include/grgsm) -add_subdirectory(include/plotting) +add_subdirectory(include) add_subdirectory(lib) add_subdirectory(swig) add_subdirectory(python) -- cgit v1.2.3