From 95d061e4fca2f7903ac903a2426cb5ad30c737f7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 29 Oct 2025 20:50:09 +0800 Subject: Use SDL as submodule. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 980ff1ff..a5315b73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ if (APPLE) endif() add_subdirectory(lib/Catch2) +add_subdirectory(lib/SDL) enable_testing() -- cgit v1.2.3