mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-07 17:37:03 +02:00
New XS framework for C and C++ code
This commit is contained in:
6
xs/xsp/XS.xsp
Normal file
6
xs/xsp/XS.xsp
Normal file
@@ -0,0 +1,6 @@
|
||||
%module{Slic3r::XS};
|
||||
%package{Slic3r::XS};
|
||||
|
||||
%{
|
||||
#include <myinit.h>
|
||||
%}
|
||||
Reference in New Issue
Block a user