NEED TO CHECKING ON BOTH SYSTEMS AND SCRIPTS
To build a project you need to run this command (for Linux):
cd scripts
sh build.sh
This command run cmake with arguments, and use make in build directory.
To run a program, go to build and run this commands:
cd ..
./build/bin/seabattle.out
You can pass arguments to the program
To clear build run this command:
sh clean_build.sh