aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-10-29 20:50:09 +0800
committerYuqian Yang <crupest@crupest.life>2025-10-29 20:50:09 +0800
commit95d061e4fca2f7903ac903a2426cb5ad30c737f7 (patch)
tree2b9a0a6aa68bb59f869bb137b2ab5ceb62639681 /CMakeLists.txt
parentfddecec2c3ce314c08bf595afd4183084400ad27 (diff)
downloadcru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.tar.gz
cru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.tar.bz2
cru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.zip
Use SDL as submodule.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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()