added schema node iterator

This commit is contained in:
2025-02-03 22:29:47 +01:00
parent 89fb7e8a8d
commit 6a5974337d
6 changed files with 268 additions and 2 deletions
+2
View File
@@ -47,6 +47,8 @@ add_library(matador-core STATIC
object/schema.cpp
object/schema_node.cpp
object/basic_object_info.cpp
../../include/matador/object/schema_node_iterator.hpp
object/schema_node_iterator.cpp
)
target_link_libraries(matador-core ${CMAKE_DL_LIBS})