We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c971ad commit a47f477Copy full SHA for a47f477
README.md
@@ -1,3 +1,34 @@
1
# A cmake registry
2
3
This is a cmake modules registry based on vcpkg and accepts cmake module registration.
4
+
5
+## Usage
6
7
+Just register the cmake registry to the vcpkg configuration.
8
9
+```json
10
+{
11
+ "registries": [
12
+ {
13
+ "kind": "git",
14
+ "baseline": "8c971ad168027d4c3acbd2b3a2752b80e0859fef",
15
+ "repository": "https://github.com/msclock/cmake-registry",
16
+ "packages": [
17
+ "cmake-modules",
18
+ "vcpkg-cmake-module"
19
+ ]
20
+ }
21
22
+}
23
+```
24
+Add the modules to vcpkg dependencies.
25
26
27
28
+ "dependencies": [
29
+ "cmake-modules"
30
31
32
33
34
+There is a real [example](https://github.com/msclock/cpp-scaffold) can refer.
0 commit comments