We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f3b8d commit 30cfd97Copy full SHA for 30cfd97
1 file changed
README.md
@@ -30,10 +30,11 @@ packageProject(
30
INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include
31
# should match the target's INSTALL_INTERFACE include directory
32
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
33
+ # semicolon separated list of the project's dependencies
34
+ DEPENDENCIES ""
35
# (optional) create a header containing the version info
36
+ # note that the path should be lowercase
37
VERSION_HEADER "${PROJECT_NAME}/version.h"
- # (optional) semicolon separated list of the project's dependencies
- DEPENDENCIES ""
38
)
39
```
40
0 commit comments