We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3dfe8 commit df0c088Copy full SHA for df0c088
2 files changed
cpp/cmake/README.md
@@ -1,19 +1,5 @@
1
# CMake
2
3
-## Install
4
-
5
-### Homebrew
6
7
-```sh
8
-brew install cmake
9
-```
10
11
-### Chocolatey
12
13
-```ps1
14
-choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
15
16
17
## References
18
19
- GNU Make: [/infrastructure-examples/linux/make](/linux/make/)
cpp/cmake/cmake-commands.sh
@@ -0,0 +1,15 @@
+######################################################################
+
+### install
+### homebrew
+brew install cmake
+### chocolatey
+choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
+### toolchain
+-DCMAKE_TOOLCHAIN_FILE=${HOME}/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
0 commit comments