monorepo structuring

This commit is contained in:
Aylur
2024-09-01 14:17:36 +02:00
parent 408faee169
commit 3e3f045d65
203 changed files with 512 additions and 7849 deletions
+11
View File
@@ -0,0 +1,11 @@
option(
'lib',
type: 'boolean',
value: true,
)
option(
'cli',
type: 'boolean',
value: true,
)