mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge pull request #1594 from Areloch/NFD_NON_SDL_Fix
Fixes the cmake blacklist filter it not using SDL
This commit is contained in:
commit
6caafc9844
1 changed files with 3 additions and 2 deletions
|
|
@ -196,14 +196,15 @@ addPath("${srcDir}/math")
|
||||||
addPath("${srcDir}/math/util")
|
addPath("${srcDir}/math/util")
|
||||||
addPath("${srcDir}/math/test")
|
addPath("${srcDir}/math/test")
|
||||||
|
|
||||||
|
addPath("${srcDir}/platform")
|
||||||
if(NOT TORQUE_SDL)
|
if(NOT TORQUE_SDL)
|
||||||
set(BLACKLIST "fileDialog.cpp" )
|
set(BLACKLIST "fileDialog.cpp" )
|
||||||
endif()
|
endif()
|
||||||
addPath("${srcDir}/platform")
|
addPath("${srcDir}/platform/nativeDialogs")
|
||||||
set(BLACKLIST "" )
|
set(BLACKLIST "" )
|
||||||
|
|
||||||
addPath("${srcDir}/cinterface")
|
addPath("${srcDir}/cinterface")
|
||||||
addPath("${srcDir}/platform/nativeDialogs")
|
|
||||||
if( NOT TORQUE_DEDICATED )
|
if( NOT TORQUE_DEDICATED )
|
||||||
addPath("${srcDir}/platform/menus")
|
addPath("${srcDir}/platform/menus")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue