build: xo_dependency_headeronly() -> xo_dependency()

This commit is contained in:
Roland Conybeare 2023-10-08 13:55:45 -04:00
commit c494a44f99

View file

@ -2,4 +2,4 @@ set(SELF_LIB refcnt)
set(SELF_SRCS Refcounted.cpp Displayable.cpp)
xo_add_shared_library(${SELF_LIB} ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency_headeronly(${SELF_LIB} indentlog)
xo_dependency(${SELF_LIB} indentlog)