Bläddra i källkod

Exclude the "generated" source directory when not including Lua support.

Lasse Öörni 11 år sedan
förälder
incheckning
06a7412d64
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Source/Urho3D/CMakeLists.txt

+ 1 - 1
Source/Urho3D/CMakeLists.txt

@@ -74,7 +74,7 @@ if (URHO3D_LUA)
             COMMENT "Generating tolua++ DIR binding on the fly for ${DIR}")
     endforeach ()
 else ()
-    list (APPEND EXCLUDED_SOURCE_DIRS LuaScript)
+    list (APPEND EXCLUDED_SOURCE_DIRS LuaScript generated)
 endif ()
 
 # Generate platform specific export header file