xo-recnt: build: bugfix to install cxxutil dir

This commit is contained in:
Roland Conybeare 2024-05-01 14:33:10 -04:00
commit 847bf85360

View file

@ -2,6 +2,7 @@ set(SELF_LIB refcnt)
set(SELF_SRCS Refcounted.cpp Displayable.cpp) set(SELF_SRCS Refcounted.cpp Displayable.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})
xo_install_include_tree3(include/xo/cxxutil)
# NOTE: # NOTE:
# dependency set here must be kept consistent with refcnt/cmake/refcntConfig.cmake.in # dependency set here must be kept consistent with refcnt/cmake/refcntConfig.cmake.in