feat(C): Added C bindings

There is now a limited set of C bindings which will also be used to bind
to fotran
This commit is contained in:
2025-11-27 10:04:59 -05:00
parent a46bd846a5
commit b7f8724e13
11 changed files with 686 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ gtest_nomain_dep = dependency('gtest', main: false, required : true)
# Subdirectories for unit and integration tests
subdir('graphnet_sandbox')
subdir('extern')