String view
This commit is contained in:
+15
@@ -2,12 +2,27 @@ name: types
|
||||
gpid: malunal
|
||||
semv: 1.0.0
|
||||
|
||||
requires:
|
||||
- remote: git@git.erasit.com:malunal/microtest
|
||||
branch: v1.0.0
|
||||
|
||||
targets:
|
||||
- name: malunal.types
|
||||
type: archive
|
||||
srcs:
|
||||
- ./source/strview.c
|
||||
- ./source/object.c
|
||||
- ./source/uuid.c
|
||||
|
||||
tests:
|
||||
- name: malunal.types.allinone
|
||||
type: program
|
||||
deps:
|
||||
- malunal.microtest
|
||||
- malunal.types
|
||||
srcs:
|
||||
- ./tests/strview.c
|
||||
- ./tests/types.c
|
||||
|
||||
exports:
|
||||
- malunal.types
|
||||
|
||||
Reference in New Issue
Block a user