Skip to content

Commit

Permalink
project dependency scope, recursive dependency resolve, migrate appli…
Browse files Browse the repository at this point in the history
…cations to new build system
  • Loading branch information
GlynLeine committed Dec 14, 2023
1 parent 364912e commit 0800201
Show file tree
Hide file tree
Showing 1,389 changed files with 97 additions and 115 deletions.
7 changes: 7 additions & 0 deletions applications/editor/.rythe_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local project = {
dependencies = {
"rythe/core"
}
}

return project
7 changes: 7 additions & 0 deletions applications/rsl_test/.rythe_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local project = {
dependencies = {
"rythe/rythe-standard-library:test"
}
}

return project
13 changes: 0 additions & 13 deletions applications/rsl_test/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions applications/rsl_test/build-rsl_test.lua

This file was deleted.

9 changes: 9 additions & 0 deletions applications/sandbox/.rythe_project
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
local project = {
dependencies = {
"rythe/core",
"rythe/graphics",
"rythe/audio"
}
}

return project
19 changes: 0 additions & 19 deletions applications/sandbox/CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Loading

0 comments on commit 0800201

Please sign in to comment.