build: xo_dependency_headeronly() -> xo_dependency()

This commit is contained in:
Roland Conybeare 2023-10-08 13:56:20 -04:00
commit 58b7f567e9

View file

@ -9,7 +9,7 @@ xo_add_shared_library(${SELF_LIBRARY_NAME} ${PROJECT_VERSION} 1 ${SELF_SOURCE_FI
# dependencies: indentlog, ...
# note: changes here must coordinate with cmake/reflectConfig.cmake.in
xo_dependency_headeronly(${SELF_LIBRARY_NAME} indentlog)
xo_dependency(${SELF_LIBRARY_NAME} indentlog)
xo_dependency(${SELF_LIBRARY_NAME} refcnt)
# ----------------------------------------------------------------