there are some problem in MRL-HSL-CMake tools and doesn't work correctly
./build is okay for the first time to use , but further makefile raised an error in makefile .
you can try this way 👍 :
first time use
./build
then in main project directory :
rm -rf build
mkdir build && cd build
cmake ..
make
./run
and every time you change the code just do this on build directory:
make
./run
CC: @ChefParsa
there are some problem in MRL-HSL-CMake tools and doesn't work correctly
./build is okay for the first time to use , but further makefile raised an error in makefile .
you can try this way 👍 :
first time use
./buildthen in main project directory :
rm -rf buildmkdir build && cd buildcmake ..make./runand every time you change the code just do this on build directory:
make./runCC: @ChefParsa