Parallel Processing group project. Parallelizing collision detection algorithms.
- Install
make
andcmake
. - run
make
. - Executables will be generated in
./bin
** If something goes wrong with CMakeCache.txt
just run make clean
and make
I'm using CLion by JetBrains. The .idea
directory contains the files for CLion.