SDL header fix (newer GCC and Windows) #1

Open
Syksy wants to merge 1 commits from Syksy/Urho3D:cc into cc

View File

@ -1607,6 +1607,7 @@ file (GLOB H_FILES include/*.h) # Adding the headers into source files list
list (APPEND SOURCE_FILES ${H_FILES})
# Setup target as STATIC library (as the result we never use EXTRA_LDFLAGS linker flags)
configure_file (${SDL2_BINARY_DIR}/include/generated/SDL_config.h ${SDL2_SOURCE_DIR}/include/SDL_config.h COPYONLY)
setup_library ()
# Install headers for building and using the Urho3D library (install dependency for InputEvents.h)