Files
Interpreter/cmake/README.md
T

10 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# cmake
顶层 CMake 的辅助脚本,**不是**业务模块。由根目录 `CMakeLists.txt``project()` 之后 `include()`
| 文件 | 内容 |
|---|---|
| `Standards.cmake` | C17、C++20`STANDARD_REQUIRED`;关闭 GNU 扩展 |
不要按词法、VM、host 再拆成业务 CMake module。改语言标准只改本目录,不要在各子目录再 `set(CMAKE_CXX_STANDARD …)`