mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +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/test")
|
||||
|
||||
addPath("${srcDir}/platform")
|
||||
if(NOT TORQUE_SDL)
|
||||
set(BLACKLIST "fileDialog.cpp" )
|
||||
endif()
|
||||
addPath("${srcDir}/platform")
|
||||
addPath("${srcDir}/platform/nativeDialogs")
|
||||
set(BLACKLIST "" )
|
||||
|
||||
addPath("${srcDir}/cinterface")
|
||||
addPath("${srcDir}/platform/nativeDialogs")
|
||||
|
||||
if( NOT TORQUE_DEDICATED )
|
||||
addPath("${srcDir}/platform/menus")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue