File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ There is also an example repository showing how to integrate with vcpkg:
20
20
21
21
* Be simple to use
22
22
The script allows you to just mash enter to get you a correctly set up
23
- project for a library, which can be built as either static or shared.
24
- You want a project with an executable ? Just choose ` e ` when prompted.
25
- Header-only library? Just choose ` h ` when prompted. Simple ** and** correct!
23
+ project for an executable. You want a header-only library? Choose ` h ` when
24
+ prompted. Static/shared library ? Just choose ` s ` when prompted. Simple
25
+ ** and** correct!
26
26
* Create [ ` FetchContent ` ] [ 1 ] ready projects
27
27
This is important, because in the near feature this might allow CMake to
28
28
consume other projects in a trivial fashion similar to other languages, e.g.
You can’t perform that action at this time.
0 commit comments