summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src/example.i
diff options
context:
space:
mode:
authorririyeye <[email protected]>2024-08-30 16:35:18 +0800
committerririyeye <[email protected]>2024-08-30 16:35:18 +0800
commitb42c2b02ae23c7c0b4c4f43dc3adfbb7eae2c1f3 (patch)
tree13db3556bb5d20a5fbfcbc84a097709efadf321c /tests/projects/swig/java_c/src/example.i
parent8a6f4c014f090c5491be5e8a8e74445c48c25fd1 (diff)
add swig depend file
Diffstat (limited to 'tests/projects/swig/java_c/src/example.i')
-rw-r--r--tests/projects/swig/java_c/src/example.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/src/example.i b/tests/projects/swig/java_c/src/example.i
index e952f6123..1228cb6a9 100644
--- a/tests/projects/swig/java_c/src/example.i
+++ b/tests/projects/swig/java_c/src/example.i
@@ -3,3 +3,9 @@
extern int fact(int n);
%}
extern int fact(int n);
+
+
+
+
+
+%include "example2.i"