mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Fixes the blacklist filter in the event we aren't using SDL to avoid including an unwanted file dialog codefile.
This commit is contained in:
parent
e8bc70e514
commit
a63a636d03
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