starting subt implementation

This commit is contained in:
Ellen Arvidsson 2025-06-25 13:10:05 +02:00
parent 7d23372846
commit 0344ec69b0
8 changed files with 231 additions and 17 deletions

View file

@ -27,6 +27,7 @@ set(SPHO_HEADER
${SPHO_HEADER_DIR}/err.h
${SPHO_HEADER_DIR}/scope.h
${SPHO_HEADER_DIR}/spho.h
${SPHO_HEADER_DIR}/subt.h
${SPHO_HEADER_DIR}/tp.h
)
@ -34,6 +35,7 @@ set(SPHO_SRC
${SRC_DIR}/spho/bind.c
${SRC_DIR}/spho/ctx.c
${SRC_DIR}/spho/scope.c
${SRC_DIR}/spho/subt.c
${SRC_DIR}/spho/tp.c
)