Skip to content

Commit

Permalink
migrate all modules to new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
GlynLeine committed Dec 14, 2023
1 parent 0800201 commit 10a709f
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 608 deletions.
23 changes: 13 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[submodule "rythe/engine/core"]
path = rythe/engine/core
[submodule "modules/rythe/core"]
path = modules/rythe/core
url = https://github.com/Rythe-Interactive/Rythe-Core.git
[submodule "rythe/engine/application"]
path = rythe/engine/application
[submodule "modules/rythe/application"]
path = modules/rythe/application
url = https://github.com/Rythe-Interactive/Rythe-Application.git
[submodule "rythe/engine/graphics"]
path = rythe/engine/graphics
[submodule "modules/rythe/graphics"]
path = modules/rythe/graphics
url = https://github.com/Rythe-Interactive/Rythe-Graphics.git
[submodule "rythe/engine/audio"]
path = rythe/engine/audio
[submodule "modules/rythe/audio"]
path = modules/rythe/audio
url = https://github.com/Rythe-Interactive/Rythe-Audio.git
[submodule "rythe/engine/physics"]
path = rythe/engine/physics
[submodule "modules/rythe/physics"]
path = modules/rythe/physics
url = https://github.com/Rythe-Interactive/Rythe-Physics.git
[submodule "libraries/rythe/rythe-standard-library"]
path = libraries/rythe/rythe-standard-library
url = https://github.com/Rythe-Interactive/Rythe-Standard-Library.git
172 changes: 0 additions & 172 deletions CMakeLists.txt

This file was deleted.

71 changes: 0 additions & 71 deletions cmake/add_test.cmake

This file was deleted.

57 changes: 0 additions & 57 deletions cmake/add_third_party.cmake

This file was deleted.

Loading

0 comments on commit 10a709f

Please sign in to comment.