@@ -27,5 +27,5 @@ project (Urho3D-Extras)
find_package (Urho3D REQUIRED)
include_directories (${URHO3D_INCLUDE_DIR})
-# Urho3D script host application
+# Urho3D extras
add_subdirectory (OgreBatchConverter)
@@ -49,7 +49,7 @@ if (NOT IOS AND NOT ANDROID AND ENABLE_TOOLS)
add_subdirectory (ScriptCompiler)
add_subdirectory (DocConverter)
- # Urho3D Non-OpenGL tools
+ # Urho3D non-OpenGL tools
if (NOT USE_OPENGL)
add_subdirectory (ShaderCompiler)
endif ()