mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #204 from Areloch/D3DOnlyCompileFix
D3D-only compile fix
This commit is contained in:
commit
341c7eeee1
|
|
@ -459,7 +459,13 @@ endif()
|
|||
|
||||
if(TORQUE_SDL)
|
||||
addPathRec("${srcDir}/windowManager/sdl")
|
||||
|
||||
if(NOT TORQUE_OPENGL)
|
||||
set(BLACKLIST "sdlPlatformGL.cpp")
|
||||
endif()
|
||||
|
||||
addPathRec("${srcDir}/platformSDL")
|
||||
set(BLACKLIST "")
|
||||
|
||||
if(TORQUE_OPENGL)
|
||||
addPathRec("${srcDir}/gfx/gl/sdl")
|
||||
|
|
|
|||
Loading…
Reference in a new issue