Skip to content

Commit

Permalink
updated 'README.md' [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdutescu committed Aug 16, 2020
1 parent ba8dc7e commit bfad0e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ After finishing getting a copy of the project, with any of the methods above, cr
a new folder in the `include/` folder, with the name of your project. Edit
`cmake/SourcesAndHeaders.cmake` to add your files.

You will also need to rename the `cmake/ProjectConfig.cmake.in` file to start with the
***exact name of your project***. Such as `cmake/MyNewProjectConfig.cmake.in`.
You will also need to rename the `cmake/ProjectConfig.cmake.in` file to start with
the ***exact name of your project***. Such as `cmake/MyNewProjectConfig.cmake.in`.
You should also make the same changes in the GitHub workflows provided, notably
[`.github/workflows/ubuntu.yml`](.github/workflows/ubuntu.yml), in which you should
replace the CMake option `-DProject_ENABLE_CODE_COVERAGE=1` to
`-DMyNewProject_ENABLE_CODE_COVERAGE=1`.

Finally, change `"Project"` from `CMakeLists.txt`, from

Expand Down

0 comments on commit bfad0e7

Please sign in to comment.