We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27446b1 commit 4b1f421Copy full SHA for 4b1f421
Tools/CMake/torque3d.cmake
@@ -497,7 +497,7 @@ if(TORQUE_SDL)
497
set(SDL_SHARED ON CACHE BOOL "Build a shared version of the library" FORCE)
498
set(SDL_STATIC OFF CACHE BOOL "Build a static version of the library" FORCE)
499
endif()
500
- add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
+ add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2 EXCLUDE_FROM_ALL)
501
link_directories( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
502
503
0 commit comments