Diffusion pcsc-project-template (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
5bffbfd3ba96 | anciaux | adding .idea to files to be ignored | Nov 23 2020 | ||||
b4d342676b06 | anciaux | remove sh to avoid ugly output with c4science | Nov 22 2020 | ||||
870e3faa31f8 | anciaux | initial commit for the template project | Nov 22 2020 |
README.md
README.md
This is a template project structure for the *Programming concepts in scientific computing* (MATH-458)
In order to compile it you should first install *googletest*
git submodule update --init
Then, building is done as usual, e.g. with CLion or in the terminal:
mkdir build cd build cmake .. make
c4science · Help