From 577fc0845718ed8ad5bebf02a277c0579a817f77 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 17 May 2024 17:58:38 +0200 Subject: wanda: restructure source layout --- source/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source/CMakeLists.txt') 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") -- cgit v1.2.3