xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
This commit is contained in:
parent
dc530ea9d8
commit
ab61cddb6b
41 changed files with 550 additions and 111 deletions
|
|
@ -6,9 +6,16 @@ set(SELF_SRCS
|
|||
stringtable2_register_facets.cpp
|
||||
stringtable2_register_types.cpp
|
||||
|
||||
StringTable.cpp
|
||||
|
||||
DString.cpp
|
||||
IGCObject_DString.cpp
|
||||
IPrintable_DString.cpp
|
||||
|
||||
DUniqueString.cpp
|
||||
IGCObject_DUniqueString.cpp
|
||||
IPrintable_DUniqueString.cpp
|
||||
|
||||
)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue