Skip to content
Snippets Groups Projects
Commit 82decb93 authored by Evili del Rio i Silvan's avatar Evili del Rio i Silvan
Browse files

Update README.md

parent 2d5e29c6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,10 +5,12 @@
This is a toy CMake project to start using GitLab and CI
with GoogleTest, valgrind, and coverage ready to use.
Just copy (or clone) the contents of this repo and then:
* Edit CMakeLists.txt and src/CMakeLists.txt to your taste.
* Edit/replace src/main.cpp.
* Remove dummy source files like src/SomeHeader.h, tests/silly_test.cpp, etc.
The project is organized with three directories:
* `src`, where you should put all your code.
* `tests`, where you should put all the testing code.
* `ext`, where you should import any external project/library (like GoogleTest).
To use it, just copy (or clone) the contents of this repo and then:
* Edit `CMakeLists.txt` and `src/CMakeLists.txt` to your taste.
* Edit/replace `src/main.cpp`.
* Remove dummy source files like `src/SomeHeader.h`, `tests/silly_test.cpp`, etc.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment