diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2025-07-18 19:38:07 -0400 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-07-18 20:07:51 -0600 |
| commit | 1de14c4481d1bb70962d1f670586edd4f8f75a1d (patch) | |
| tree | a6655636298c8600b06d9b2c4c72a92e8bc59fa5 | |
| parent | 1b8d745cb1e5e0dd3f303ab594015e6c8cd0fc61 (diff) | |
check if we're getting the correct cmake system name
| -rw-r--r-- | CMakeLists.txt | 1 |
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 |
