2
0
Эх сурвалжийг харах

Cleaned up build script script comment.

Yao Wei Tjong 姚伟忠 12 жил өмнө
parent
commit
ef566d825a

+ 1 - 1
Source/Extras/CMakeLists.txt

@@ -27,5 +27,5 @@ project (Urho3D-Extras)
 find_package (Urho3D REQUIRED)
 find_package (Urho3D REQUIRED)
 include_directories (${URHO3D_INCLUDE_DIR})
 include_directories (${URHO3D_INCLUDE_DIR})
 
 
-# Urho3D script host application
+# Urho3D extras
 add_subdirectory (OgreBatchConverter)
 add_subdirectory (OgreBatchConverter)

+ 1 - 1
Source/Tools/CMakeLists.txt

@@ -49,7 +49,7 @@ if (NOT IOS AND NOT ANDROID AND ENABLE_TOOLS)
     add_subdirectory (ScriptCompiler)
     add_subdirectory (ScriptCompiler)
     add_subdirectory (DocConverter)
     add_subdirectory (DocConverter)
     
     
-    # Urho3D Non-OpenGL tools
+    # Urho3D non-OpenGL tools
     if (NOT USE_OPENGL)
     if (NOT USE_OPENGL)
         add_subdirectory (ShaderCompiler)
         add_subdirectory (ShaderCompiler)
     endif ()
     endif ()