build: support symlink-enabled variation

This commit is contained in:
Roland Conybeare 2023-10-19 17:10:28 -04:00
commit 7c2d01c5f4
2 changed files with 1 additions and 8 deletions

View file

@ -42,10 +42,3 @@ add_subdirectory(src/webutil)
# provide find_package() support
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
# ----------------------------------------------------------------
# install bespoke targets, if any
xo_install_include_tree()
#install(TARGETS example DESTINATION bin/xo-webutil/example)

View file

@ -4,7 +4,7 @@ set(SELF_LIB webutil)
set(SELF_SRCS StreamEndpointDescr.cpp HttpEndpointDescr.cpp Alist.cpp)
# reminder: can't be header-only library, because depends on non-header-only callback (bc of non-header-only refcnt)
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})
# ----------------------------------------------------------------
# external dependencies