mirror of
1
0
Fork 0

Update installing.md, `install(TARGET...` replaced by `install(TARGETS...`

This commit is contained in:
Pavel 2019-01-09 10:18:57 +00:00
parent 0168a1297a
commit f94d9bd711
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Install commands cause a file or target to be "installed" into the install tree when you `make install`. Your basic target install command looks like this:
```cmake
install(TARGET MyLib
install(TARGETS MyLib
EXPORT MyLibTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib