GetRayBoxCells exit normal fix.

This commit is contained in:
jussi
2024-08-06 14:03:09 +03:00
parent b011b2ca4e
commit 3cb6567bda
3 changed files with 16 additions and 8 deletions

View File

@@ -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 )