mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #2238 from Areloch/SDL_Install_Fixup
Makes it so the SDL directory files aren't copied during a template install.
This commit is contained in:
parent
27446b1d6a
commit
4b1f421df4
|
|
@ -497,7 +497,7 @@ if(TORQUE_SDL)
|
||||||
set(SDL_SHARED ON CACHE BOOL "Build a shared version of the library" FORCE)
|
set(SDL_SHARED ON CACHE BOOL "Build a shared version of the library" FORCE)
|
||||||
set(SDL_STATIC OFF CACHE BOOL "Build a static version of the library" FORCE)
|
set(SDL_STATIC OFF CACHE BOOL "Build a static version of the library" FORCE)
|
||||||
endif()
|
endif()
|
||||||
add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
|
add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2 EXCLUDE_FROM_ALL)
|
||||||
link_directories( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
|
link_directories( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue