diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-18 11:20:18 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-18 11:22:27 +0100 |
| commit | 342412a11405931d46667b179b9e861b8ed39875 (patch) | |
| tree | 4dbe0a0664ae2cac11fe811ef6dafa4297b148b7 /CMakeLists.txt | |
| parent | 660472c366c119f09d46d25f1eaeb139e9ec09df (diff) | |
| download | wanda-342412a11405931d46667b179b9e861b8ed39875.tar.xz wanda-342412a11405931d46667b179b9e861b8ed39875.zip | |
wanda: replace boost::iterator with range v3
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 79b8421..42d2c2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ add_wanda_library(NAME "wanda" LIBRARIES "CONAN_PKG::asio" "CONAN_PKG::spdlog" + "CONAN_PKG::range-v3" "SYSTEM::C++FS" "Threads::Threads" ) |
