File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11# CMake
22
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-
173## References
184
195- GNU Make: [ /infrastructure-examples/linux/make] ( /linux/make/ )
Original file line number Diff line number Diff line change 1+ # #####################################################################
2+
3+ # ## install
4+
5+ # ## homebrew
6+ brew install cmake
7+
8+ # ## chocolatey
9+ choco install -y cmake --installargs ' ADD_CMAKE_TO_PATH=System'
10+
11+ # #####################################################################
12+
13+ # ## toolchain
14+
15+ -DCMAKE_TOOLCHAIN_FILE=${HOME} /tools/vcpkg/scripts/buildsystems/vcpkg.cmake
You can’t perform that action at this time.
0 commit comments