@@ -5,29 +5,11 @@ projects which are FetchContent ready, separate consumer and developer targets,
5
5
provide install rules with proper relocatable CMake packages and use modern
6
6
CMake (3.14+).
7
7
8
- ![ Example GIF of cmake-init in action] ( assets/example.gif )
9
-
10
- Here are some example outputs of the script as of 0.21.5:
11
-
12
- * https://github.com/friendlyanon/cmake-init-executable
13
- * https://github.com/friendlyanon/cmake-init-header-only
14
- * https://github.com/friendlyanon/cmake-init-shared-static
15
-
16
- There are also example repositories showing how to integrate with package
17
- managers:
18
-
19
- * https://github.com/friendlyanon/cmake-init-vcpkg-example
20
- * https://github.com/friendlyanon/cmake-init-conan-example
8
+ Please see the [ wiki] [ 18 ] for example outputs of cmake-init and other pragmatic
9
+ examples of functionality implemented for CMake, like package managers, fuzz
10
+ testing, superbuilds, etc.
21
11
22
- Here is an additional example written in C that makes use of fuzz testing and a
23
- superbuild to connect the fuzz project with the library project:
24
-
25
- * https://github.com/friendlyanon/cmake-init-gif-engine
26
-
27
- This example shows how to handle installing internal dependencies when the
28
- public targets are static libraries:
29
-
30
- * https://github.com/friendlyanon/cmake-init-multi-target
12
+ ![ Example GIF of cmake-init in action] ( assets/example.gif )
31
13
32
14
## Goals
33
15
@@ -230,3 +212,4 @@ indirectly from the use or non-use of these files.
230
212
[ 15 ] : https://github.com/codespell-project/codespell
231
213
[ 16 ] : https://pypi.org/project/cmake-init/
232
214
[ 17 ] : https://github.com/OpenCppCoverage/OpenCppCoverage
215
+ [ 18 ] : https://github.com/friendlyanon/cmake-init/wiki/Examples
0 commit comments