https://github.com/navono/strongtypes
topic of expressive types in C++
https://github.com/navono/strongtypes
Last synced: about 2 months ago
JSON representation
topic of expressive types in C++
- Host: GitHub
- URL: https://github.com/navono/strongtypes
- Owner: navono
- Created: 2017-10-20T13:00:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T08:45:27.000Z (over 8 years ago)
- Last Synced: 2025-12-26T10:47:58.078Z (6 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 问题
在VS Code中,有时CMakeTool扩展会提示找不到CMake generator。此时可以通过`设置`,找到`cmake.generator`,更改到`工作区设置`,将其值填写相应的`generator`。比如`Visual Studio 15 2017`。