Skip to content

Commit

Permalink
improve SDL build
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Aug 26, 2023
1 parent 72f9ee5 commit b22763c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 527 deletions.
1 change: 0 additions & 1 deletion cmake/Dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ if(MENGINE_DEPENDENCE_SDL)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/SDL/src/dynapi/SDL_dynapi_procs.h ${THIRDPARTY_DIR}/SDL/src/dynapi/SDL_dynapi_procs.h COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/SDL/src/dynapi/SDL_dynapi_overrides.h ${THIRDPARTY_DIR}/SDL/src/dynapi/SDL_dynapi_overrides.h COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/SDL/src/video/android/SDL_androidvideo.c ${THIRDPARTY_DIR}/SDL/src/video/android/SDL_androidvideo.c COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/SDL/src/video/uikit/SDL_uikitappdelegate.m ${THIRDPARTY_DIR}/SDL/src/video/uikit/SDL_uikitappdelegate.m COPYONLY)

set(SDL_CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Name suffix for debug builds" FORCE)

Expand Down
Loading

0 comments on commit b22763c

Please sign in to comment.