aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt7
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")