mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
tabspace
This commit is contained in:
parent
831e9db5a5
commit
aebbb1e3d8
1 changed files with 5 additions and 5 deletions
|
|
@ -463,11 +463,11 @@ if(TORQUE_SDL)
|
|||
# Add other flags to the compiler
|
||||
add_definitions(${GTK3_CFLAGS_OTHER})
|
||||
|
||||
if(TORQUE_USE_ZENITY)
|
||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "nfd_gtk.c" )
|
||||
else()
|
||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "simple_exec.h" "nfd_zenity.c")
|
||||
endif()
|
||||
if(TORQUE_USE_ZENITY)
|
||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "nfd_gtk.c" )
|
||||
else()
|
||||
set(BLACKLIST "nfd_win.cpp" "nfd_cocoa.m" "simple_exec.h" "nfd_zenity.c")
|
||||
endif()
|
||||
addLib(nativeFileDialogs)
|
||||
|
||||
set(BLACKLIST "" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue