diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 20:47:47 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 20:47:47 +0100 |
| commit | bae92cea3bcbacd7883499da61a0e54f13da6d23 (patch) | |
| tree | fc6c44d8d52ef57ee0b154ab97257db5fa542c6a /CMakeLists.txt | |
| parent | 817a09c2192953b72cd1b5fbc0c4f9c96ae44776 (diff) | |
| download | wanda-bae92cea3bcbacd7883499da61a0e54f13da6d23.tar.xz wanda-bae92cea3bcbacd7883499da61a0e54f13da6d23.zip | |
wanda: architecture rework
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 7 insertions, 2 deletions
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" |
