starting subt implementation
This commit is contained in:
parent
7d23372846
commit
0344ec69b0
8 changed files with 231 additions and 17 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue