From c494a44f990310bfe6034791c12cc9c5edef8cfe Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 8 Oct 2023 13:55:45 -0400 Subject: [PATCH] build: xo_dependency_headeronly() -> xo_dependency() --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8a05a14..9d35b21 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)