-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Core.SamplePlugin
updated
7 files
+114 −0 | .github/workflows/build.yml | |
+4 −0 | .gitignore | |
+16 −1 | CMakeLists.txt | |
+23 −0 | CSharp/Plugin.csproj | |
+13 −0 | CSharp/Plugin.i | |
+11 −0 | Directory.Build.props | |
+64 −0 | ci_build.sh |