You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The engine should be able to be included as a submodule in a CMake project. This allows the game developer to use his own build system, or VCS, to manage engine versions. It also gives him the ability to patch any bugs in the engine without major workflow disruptions.
The engine should be able to be included as a submodule in a CMake project. This allows the game developer to use his own build system, or VCS, to manage engine versions. It also gives him the ability to patch any bugs in the engine without major workflow disruptions.
Relevant discussion: https://discourse.urho3d.io/t/embedding-the-engine-as-a-submodule-and-cmake-module/1636
How rbfx does it: https://github.com/rbfx/sample-project/blob/master/CMakeLists.txt#L40
The text was updated successfully, but these errors were encountered: