summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-24 12:13:08 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-24 12:13:08 +0200
commit3b34ac3ccbeb62673b37f0c73cc145fede43c404 (patch)
tree7394932681ea2d86db9d9ac63d8fb62c715ae8e7 /lib/CMakeLists.txt
parent72ab1fb4c1bf363f46470816d8b914a78ac493c4 (diff)
downloadturns-3b34ac3ccbeb62673b37f0c73cc145fede43c404.tar.xz
turns-3b34ac3ccbeb62673b37f0c73cc145fede43c404.zip
gui: add basic frame
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 9389743..d27a874 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -32,21 +32,6 @@ pkg_check_modules("glibmm"
"glibmm-2.68>=${TURNS_GLIB_MINIMUM_VERSION}"
)
-# Testing Dependencies
-
-FetchContent_Declare(
- "Catch2"
- URL "https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz"
- URL_HASH "SHA256=485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356"
- EXCLUDE_FROM_ALL
- SYSTEM
- FIND_PACKAGE_ARGS
-)
-
-FetchContent_MakeAvailable("Catch2")
-
-include("Catch")
-
# Library
set(HEADERS