Initial rework

This commit is contained in:
2026-06-25 02:45:43 +00:00
commit 24b46f7fc2
56 changed files with 2166 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: dynlib
gpid: examples
semv: 1.0.0
targets:
- name: example
type: dynlib
defs:
- !private _PRINT_BUILD_DLL
srcs: [./example.cpp]
- name: hello
type: program
deps: [example]
defs:
- !private PRINT_DLL
srcs: [./entry.cpp]