xo-reflect: build: ++ FunctionTdx.cpp

This commit is contained in:
Roland Conybeare 2024-06-14 10:55:36 -04:00
commit ec365d8b6f

View file

@ -7,20 +7,13 @@ set(SELF_SRCS
pointer/PointerTdx.cpp pointer/PointerTdx.cpp
vector/VectorTdx.cpp vector/VectorTdx.cpp
struct/StructTdx.cpp struct/StructMember.cpp struct/StructTdx.cpp struct/StructMember.cpp
function/FunctionTdx.cpp
init_reflect.cpp) init_reflect.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS}) xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
# ----------------------------------------------------------------
# dependencies: indentlog, ...
xo_dependency(${SELF_LIB} refcnt) xo_dependency(${SELF_LIB} refcnt)
xo_dependency(${SELF_LIB} indentlog) xo_dependency(${SELF_LIB} indentlog)
xo_dependency(${SELF_LIB} subsys) xo_dependency(${SELF_LIB} subsys)
# ----------------------------------------------------------------
# 3rd party dependency: boost:
#xo_boost_dependency(${SELF_LIB}) #xo_boost_dependency(${SELF_LIB})
# end CMakeLists.txt # end CMakeLists.txt