diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 17:58:38 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 17:58:38 +0200 |
| commit | 577fc0845718ed8ad5bebf02a277c0579a817f77 (patch) | |
| tree | 3d1cdc53c426a0ba60a7996619a7b787850bb3b3 /source/CMakeLists.txt | |
| parent | de5bf7ca3b7a2bf6be35b86486b00dc6a071b950 (diff) | |
| download | wanda-develop.tar.xz wanda-develop.zip | |
Diffstat (limited to 'source/CMakeLists.txt')
| -rw-r--r-- | source/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 77c6bc3..ad7f819 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -9,14 +9,11 @@ project("wanda" find_package("Boost" REQUIRED COMPONENTS "headers") find_package("Catch2" REQUIRED COMPONENTS "Catch2WithMain") -find_package("JPEG" REQUIRED) -find_package("lyra" REQUIRED) find_package("spdlog" REQUIRED) -find_package("PNG" REQUIRED) + include("CTest") include("Catch") -add_subdirectory("app") +add_subdirectory("apps") add_subdirectory("lib") -add_subdirectory("tests") |
