CMakeList.txt
mainly for github workflows' building process.
If you want to build manually, use Makefile
there.
- Build
make
- Run:
./astar.so
- Clean:
make clean
CMakeList.txt
mainly for github workflows' building process.
If you want to build manually, use Makefile
there.
make
./astar.so
make clean