summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2025-07-18 19:38:07 -0400
committerLywx <kiritodev01@gmail.com>2025-07-18 20:07:51 -0600
commit1de14c4481d1bb70962d1f670586edd4f8f75a1d (patch)
treea6655636298c8600b06d9b2c4c72a92e8bc59fa5 /CMakeLists.txt
parent1b8d745cb1e5e0dd3f303ab594015e6c8cd0fc61 (diff)
check if we're getting the correct cmake system name
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 0861b55b0..4c04749c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -427,6 +427,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
"Vorbis::vorbisfile"
)
elseif(CMAKE_SYSTEM_NAME STREQUAL "NintendoSwitch")
+ message("BLARG")
find_package(SDL2)
set(ADDITIONAL_LIBRARY_DEPENDENCIES
-lglad