Salome HOME
Merge GUI developments from BR_GUI
[tools/hxx2salome.git] / CppExamples / COMPO_CXX_SRC / src / CALCUL / CALCUL_SWIG / CALCUL.i
diff --git a/CppExamples/COMPO_CXX_SRC/src/CALCUL/CALCUL_SWIG/CALCUL.i b/CppExamples/COMPO_CXX_SRC/src/CALCUL/CALCUL_SWIG/CALCUL.i
new file mode 100644 (file)
index 0000000..ff9124b
--- /dev/null
@@ -0,0 +1,7 @@
+%module CALCULSWIG
+
+%{
+#include "Calc.hxx"
+%}
+
+%include "Calc.hxx"