xo-unit: build: need explicit xo-flatstring dep (wtf)

This commit is contained in:
Roland Conybeare 2024-04-28 14:54:51 -04:00
commit 5e69c494ce

View file

@ -46,7 +46,9 @@ add_subdirectory(docs)
# ---------------------------------------------------------------- # ----------------------------------------------------------------
# dependencies # dependencies
# for some reason, this doesn't reliably bring in xo_flatstring dependency
xo_headeronly_dependency(${SELF_LIB} xo_ratio) xo_headeronly_dependency(${SELF_LIB} xo_ratio)
xo_headeronly_dependency(${SELF_LIB} xo_flatstring)
# etc.. # etc..
# end CMakeLists.txt # end CMakeLists.txt