xo-procedure2: + GCObject support for Primitive + misc

This commit is contained in:
Roland Conybeare 2026-01-26 15:34:53 -05:00
commit 12882e3a99
8 changed files with 176 additions and 0 deletions

View file

@ -6,6 +6,7 @@ include(CMakeFindDependencyMacro)
# must coordinate with xo_dependency() calls
# in CMakeLists.txt
#
find_dependency(xo_object2)
find_dependency(xo_gc)
find_dependency(subsys)