Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 440 Bytes

Programming Project: Galaxy-Crash - C++ CMake Template

TODO: add your own descriptions

This template repository can be used as baseline for the programming project Galaxy-Crash https://github.com/SCTeaching-NBody/ProgrammingProject_Slides.

Building the Code

cd "path_to_cloned_directory"
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake --build .

Running the Code

./simulate