build: support symlink-enabled variation
This commit is contained in:
parent
6d970d4f3c
commit
7c2d01c5f4
2 changed files with 1 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue