3 lines
182 B
Bash
3 lines
182 B
Bash
|
#!/bin/bash
|
||
|
g++ -Wall -fPIC -shared `python3 -m pybind11 --includes` -I../include -I/usr/include/eigen3 pyopenGJK.cpp ../src/openGJK.c -o opengjkc`python3-config --extension-suffix`
|