SDL header fix (newer GCC and Windows) #1
1
Source/ThirdParty/SDL/CMakeLists.txt
vendored
1
Source/ThirdParty/SDL/CMakeLists.txt
vendored
@ -1607,6 +1607,7 @@ file (GLOB H_FILES include/*.h) # Adding the headers into source files list
|
|||||||
list (APPEND SOURCE_FILES ${H_FILES})
|
list (APPEND SOURCE_FILES ${H_FILES})
|
||||||
|
|
||||||
# Setup target as STATIC library (as the result we never use EXTRA_LDFLAGS linker flags)
|
# 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 ()
|
setup_library ()
|
||||||
|
|
||||||
# Install headers for building and using the Urho3D library (install dependency for InputEvents.h)
|
# Install headers for building and using the Urho3D library (install dependency for InputEvents.h)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user