build: xo_dependency_headeronly() -> xo_dependency()
This commit is contained in:
parent
0c73b5417b
commit
58b7f567e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue