build: .cmake code layout
This commit is contained in:
parent
ee6eb49354
commit
7b433e3f4e
1 changed files with 7 additions and 2 deletions
|
|
@ -1,9 +1,14 @@
|
|||
# reflect/CMakeLists.txt
|
||||
|
||||
set(SELF_LIB reflect)
|
||||
set(SELF_SRCS TypeDescr.cpp TypeDescrExtra.cpp TaggedRcptr.cpp atomic/AtomicTdx.cpp pointer/PointerTdx.cpp vector/VectorTdx.cpp struct/StructTdx.cpp struct/StructMember.cpp init_reflect.cpp)
|
||||
set(SELF_SRCS
|
||||
TypeDescr.cpp TypeDescrExtra.cpp TaggedRcptr.cpp
|
||||
atomic/AtomicTdx.cpp
|
||||
pointer/PointerTdx.cpp
|
||||
vector/VectorTdx.cpp
|
||||
struct/StructTdx.cpp struct/StructMember.cpp
|
||||
init_reflect.cpp)
|
||||
|
||||
#xo_add_shared_library(${SELF_LIB} ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
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