git-subtree-dir: xo-distribution git-subtree-mainline:4e022df686git-subtree-split:036ca5d817
5 lines
184 B
CMake
5 lines
184 B
CMake
set(SELF_LIB xo_distribution)
|
|
set(SELF_SRCS Normal.cpp)
|
|
|
|
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
|
xo_dependency(${SELF_LIB} refcnt)
|