nix build: + xo.type

This commit is contained in:
Roland Conybeare 2026-03-06 13:11:45 +11:00
commit 960a19e7d6
4 changed files with 47 additions and 0 deletions

View file

@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xo_alloc2)
find_dependency(xo_facet)
find_dependency(subsys)
# note: changes to find_dependency() calls here
# must coordinate with xo_dependency() calls

View file

@ -21,5 +21,6 @@ xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 $
xo_dependency(${SELF_LIB} xo_alloc2)
xo_dependency(${SELF_LIB} xo_facet)
xo_dependency(${SELF_LIB} subsys)
# end src/type/CMakeLists.txt