summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorjussi2024-08-06 14:03:09 +0300
committerjussi2024-08-06 14:03:09 +0300
commit3cb6567bda27387f0727ba32084429bc27c40502 (patch)
tree9f6de5ab901e311ff70c8819d4258a782f985619 /CMakeLists.txt
parentb011b2ca4e161fea2a742cb9b1673cd84cf0eba5 (diff)
downloadreilua-enhanced-3cb6567bda27387f0727ba32084429bc27c40502.tar.gz
reilua-enhanced-3cb6567bda27387f0727ba32084429bc27c40502.tar.bz2
reilua-enhanced-3cb6567bda27387f0727ba32084429bc27c40502.zip
GetRayBoxCells exit normal fix.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 830795b..a38a2b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,6 +75,8 @@ else() # Desktop
if( UNIX )
set( CMAKE_C_COMPILER "gcc" )
+ # set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall" )
+
if ( PLATFORM MATCHES "Desktop_SDL" )
include( FindPkgConfig )
pkg_search_module( SDL2 REQUIRED sdl2 )