@@ -6,6 +6,7 @@
|
||||
#include "../../python_shared.h"
|
||||
|
||||
#include <igl/copyleft/marching_cubes.h>
|
||||
#include <igl/copyleft/swept_volume.h>
|
||||
|
||||
|
||||
void python_export_igl_copyleft(py::module &me) {
|
||||
@@ -14,5 +15,6 @@ void python_export_igl_copyleft(py::module &me) {
|
||||
"copyleft", "Wrappers for libigl functions that are copyleft");
|
||||
|
||||
#include "../../py_igl/copyleft/py_marching_cubes.cpp"
|
||||
#include "../../py_igl/copyleft/py_swept_volume.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user