Hi,
In the document, the
cp ../example/libspconv/CMakeLists.txt .
should be
cp ../example/libspconv/spconv/CMakeLists.txt .
example/libspconv/CMakeLists.txt seems to be for executable project, while example/libspconv/spconv/CMakeLists.txt is to build & install the spconv library.
Hi,
In the document, the
cp ../example/libspconv/CMakeLists.txt .should be
cp ../example/libspconv/spconv/CMakeLists.txt .example/libspconv/CMakeLists.txtseems to be for executable project, whileexample/libspconv/spconv/CMakeLists.txtis to build & install the spconv library.