build nit: xo_internal_dependency() -> xo_dependency()

This commit is contained in:
Roland Conybeare 2023-10-08 13:51:39 -04:00
commit 5019c94024
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
add_executable(ex2 ex2.cpp)
xo_include_options2(ex2)
xo_internal_dependency(ex2 indentlog)
xo_dependency(ex2 indentlog)