Initial Commit
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
name: containers
|
||||
gpid: malunal
|
||||
semv: 1.0.0
|
||||
|
||||
requires:
|
||||
- remote: git@git.erasit.com:malunal/allocators
|
||||
branch: v1.0.0
|
||||
- remote: git@git.erasit.com:malunal/types
|
||||
branch: v1.0.0
|
||||
|
||||
targets:
|
||||
- name: malunal.containers
|
||||
type: archive
|
||||
deps:
|
||||
- malunal.allocators
|
||||
- malunal.types
|
||||
srcs:
|
||||
- ./sources/container.c
|
||||
- ./sources/vector.c
|
||||
|
||||
tests:
|
||||
- name: vector_tests
|
||||
type: program
|
||||
deps:
|
||||
- malunal.containers
|
||||
srcs:
|
||||
- ./tests/vector_container.c
|
||||
|
||||
exports:
|
||||
- malunal.containers
|
||||
Reference in New Issue
Block a user