xo-refcnt: build: streamline using recent xo-camke macros

This commit is contained in:
Roland Conybeare 2024-04-30 10:16:51 -05:00
commit b4052c647f
5 changed files with 50 additions and 74 deletions

View file

@ -1,5 +1,5 @@
set(SELF_LIB refcnt)
set(SELF_SRCS Refcounted.cpp Displayable.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})
xo_dependency(${SELF_LIB} indentlog)