An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

# 问题
在VS Code中,有时CMakeTool扩展会提示找不到CMake generator。此时可以通过`设置`,找到`cmake.generator`,更改到`工作区设置`,将其值填写相应的`generator`。比如`Visual Studio 15 2017`。