diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 23:19:40 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 23:19:40 +0100 |
| commit | 97390d565eca8004edb1d262c282aaf9e47c3b7b (patch) | |
| tree | 7590e094e17a9e8732fc48b76b8f38c4ba866e9b /CMakeLists.txt | |
| parent | bae92cea3bcbacd7883499da61a0e54f13da6d23 (diff) | |
| download | wanda-97390d565eca8004edb1d262c282aaf9e47c3b7b.tar.xz wanda-97390d565eca8004edb1d262c282aaf9e47c3b7b.zip | |
fs: implement filesystem access
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9b4906..e82b59e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,8 @@ add_executable("wanda" # Components "src/deferred_failure.hpp" + "src/filesystem.cpp" + "src/filesystem.hpp" "src/optional.hpp" "src/setting.cpp" "src/setting.hpp" @@ -33,5 +35,6 @@ add_executable("wanda" target_link_libraries("wanda" "CONAN_PKG::boost_config" + "SYSTEM::C++FS" "SYSTEM::GIO" ) |
