diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-05 15:59:17 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-05 15:59:17 +0100 |
commit | 3405b046701e9c08972c1e622259164fc88ac487 (patch) | |
tree | 5ecc642c6bf67a9875d2850337b31f9715733c54 /src/CMakeLists.txt | |
parent | adb3ae667df8a3d1b4235a98605685af0f0c1805 (diff) | |
download | mana-3405b046701e9c08972c1e622259164fc88ac487.tar.gz mana-3405b046701e9c08972c1e622259164fc88ac487.tar.bz2 mana-3405b046701e9c08972c1e622259164fc88ac487.tar.xz mana-3405b046701e9c08972c1e622259164fc88ac487.zip |
Use SDL2 to show a simple message box on error
Replacing the various OS-specific ways implemented for macOS, Windows
and Linux (based on xmessage).
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 750c83bc..f2ba1221 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -623,7 +623,6 @@ ENDIF (WIN32) IF (APPLE) SET(SRCS ${SRCS} - log.mm SDLMain.h SDLMain.m ) |