cut-pursuit
cut-pursuit copied to clipboard
The cut-pursuit library--cp.dll is not
Hi !loicland.Sorry to bother again!I am the one who try to run your code in windows,I generator the libraries,named cp.lib and cp.dll, by visual studio 2015 with it default compiler--MSVC14.0 .But I found in the test.py of cut-pursuit ,I can not import libcp.I change it to 'import cp' which is my output libraries and failed too.
`Connected to pydev debugger (build 201.7223.92)
Traceback (most recent call last):
File "
Process finished with exit code 1` I think maybe it is the libboost_python.lib.I can not find any CMAKE parameter to define this lib file.
Do I need to set some parameter in CMakeLists.txt?