From bae92cea3bcbacd7883499da61a0e54f13da6d23 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 26 Nov 2018 20:47:47 +0100 Subject: wanda: architecture rework --- CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d913bc..f9b4906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,12 +20,17 @@ include("ConanDependencies") include("SystemDependencies") add_executable("wanda" + # Executable "src/main.cpp" + + # Components + "src/deferred_failure.hpp" + "src/optional.hpp" "src/setting.cpp" "src/setting.hpp" - "src/variant.cpp" - "src/variant.hpp" + "src/type_wrapper.hpp" ) + target_link_libraries("wanda" "CONAN_PKG::boost_config" "SYSTEM::GIO" -- cgit v1.2.3