Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiinasama/cxx_module_test
C++20 模块 + CMake 测试
https://github.com/shiinasama/cxx_module_test
Last synced: 3 days ago
JSON representation
C++20 模块 + CMake 测试
- Host: GitHub
- URL: https://github.com/shiinasama/cxx_module_test
- Owner: SHIINASAMA
- Created: 2024-07-07T06:56:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T08:49:24.000Z (4 months ago)
- Last Synced: 2024-07-08T09:05:35.972Z (4 months ago)
- Language: CMake
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 模块测试项目
最低构建系统要求:
- CMake 2.28
- Ninja 生成器最低编译器要求:
- MSVC 14.34
- clang-16
- gcc-14# 意外状况
> CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND: not found
安装 clang-tools-16,其中的 `clang-scan-deps` 可执行文件是必须的