Add the new build options to documentation page.
Closes #446. [ci skip]
This commit is contained in:
Родитель
9f0b6412b9
Коммит
5a79a7c552
|
@ -151,6 +151,8 @@ A number of build options can be defined explicitly when invoking the above cmak
|
|||
|URHO3D_LUAJIT |0|Enable Lua scripting support using LuaJIT (check LuaJIT's CMakeLists.txt for more options)|
|
||||
|URHO3D_LUAJIT_AMALG |0|Enable LuaJIT amalgamated build (LuaJIT only)|
|
||||
|URHO3D_SAFE_LUA |0|Enable Lua C++ wrapper safety checks (when Lua scripting support is enabled only)|
|
||||
|URHO3D_PHYSICS |1|Enable Physics support|
|
||||
|URHO3D_NAVIGATION |1|Enable Navigation support|
|
||||
|URHO3D_SAMPLES |0|Build sample applications|
|
||||
|URHO3D_TOOLS |1|Build standalone tools (Desktop and RPI only; on Android only build Lua standalone tools)|
|
||||
|URHO3D_EXTRAS |0|Build extras (Desktop and RPI only)|
|
||||
|
|
|
@ -442,10 +442,10 @@ cmake_xxxx batch files or shell scripts.
|
|||
|URHO3D_LUAJIT |0|Enable Lua scripting support using LuaJIT (check |
|
||||
| | | LuaJIT's CMakeLists.txt for more options) |
|
||||
|URHO3D_LUAJIT_AMALG |0|Enable LuaJIT amalgamated build (LuaJIT only) |
|
||||
|URHO3D_PHYSICS |1|Enable Physics support |
|
||||
|URHO3D_NAVIGATION |1|Enable Navigation support |
|
||||
|URHO3D_SAFE_LUA |0|Enable Lua C++ wrapper safety checks (when Lua |
|
||||
| | | scripting support is enabled only) |
|
||||
|URHO3D_PHYSICS |1|Enable Physics support |
|
||||
|URHO3D_NAVIGATION |1|Enable Navigation support |
|
||||
|URHO3D_SAMPLES |0|Build sample applications |
|
||||
|URHO3D_TOOLS |1|Build standalone tools (Desktop and RPI only; |
|
||||
| | | on Android only build Lua standalone tools) |
|
||||
|
|
Загрузка…
Ссылка в новой задаче