Skip to content

Commit 7d2e332

Browse files
committed
Move examples from the README to the wiki
1 parent 70fb9e1 commit 7d2e332

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

README.md

+5-22
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,11 @@ projects which are FetchContent ready, separate consumer and developer targets,
55
provide install rules with proper relocatable CMake packages and use modern
66
CMake (3.14+).
77

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.
2111

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)
3113

3214
## Goals
3315

@@ -230,3 +212,4 @@ indirectly from the use or non-use of these files.
230212
[15]: https://github.com/codespell-project/codespell
231213
[16]: https://pypi.org/project/cmake-init/
232214
[17]: https://github.com/OpenCppCoverage/OpenCppCoverage
215+
[18]: https://github.com/friendlyanon/cmake-init/wiki/Examples

0 commit comments

Comments
 (0)