Boost Python Module added

This commit is contained in:
Christoph Wintersteiger 2014-09-26 09:34:25 +00:00
parent 0a260bc053
commit 908ac2bf0b

View File

@ -249,6 +249,9 @@ void ExportGeom2d()
}
BOOST_PYTHON_MODULE(libgeom2d) {
ExportGeom2d();
}
#endif