Azaezel il y a 6 ans
Parent
commit
9a7ae06721
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      Tools/CMake/torque3d.cmake

+ 5 - 5
Tools/CMake/torque3d.cmake

@@ -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 ""  )