Update README.md (#11)

This commit is contained in:
Lars Melchior 2019-04-11 11:35:59 +02:00 committed by GitHub
parent 3c0d201c76
commit 4dee712eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ target_link_libraries(cpm-test LarsParser)
# Adding CPM
To add CPM to your current project, copy the scripts in the `cmake` directory into you current project project. The command below will perform this automatically.
To add CPM to your current project, simply include add `cmake/CPM.cmake` to your projects `cmake` directory. The command below will perform this automatically.
```bash
wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake