Skip to content

Commit df0c088

Browse files
committed
refactor: refactor cmake
1 parent ec3dfe8 commit df0c088

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

cpp/cmake/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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/)

cpp/cmake/cmake-commands.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)