mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-16 21:23:46 +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/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