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.