A simple gn+ninja+clang demo on windows.
- The
gn.exe
file is downloaded from https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/latest - The
ninja.exe
file is downloaded from https://github.com/ninja-build/ninja/releases - Install clang, and make sure clang.exe is in the path env variable.
gn gen out/helloworld
ninja -C out/hellworld
https://www.jiangkang.tech/2020/05/29/c/gn-gou-jian-c-xiang-mu-zhi-helloworld/