Skip to content

LoPromise/Swig-Playground

Repository files navigation

Swig-Playground This is a Test Project for swig wrapping of c++ code

swig -c++ -python signum.i

g++ -c -fpic signum_wrap.cxx signum.cpp -I/usr/include/python2.7

g++ -shared signum.o signum_wrap.o -o _signum.so

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published