Star1111
683
代码介绍
代码
Issues55
Pull Requests91
流水线
Actions
讨论
Wiki
项目成员124
分析
项目设置
Star1111
683
  1. openhitls
  2. /
  3. testcode
  4. /
  5. config
  6. /
  7. cmake
  8. /
  9. CMVP
  10. /
  11. x86_64
Lliwei3013Support Pure cmake build
a7405a19创建于 4月1日历史提交
文件最后提交记录最后更新时间
CMVP_feature_config.cmake
Support Pure cmake build build: Migrate build system from Python/JSON/CMake hybrid to pure CMake The previous build system mixed Python scripts and JSON configuration files with CMake, scattering build logic across multiple languages and formats. This made the system hard to understand and maintain, and required a Python interpreter at configure time. The build system has been rewritten entirely in CMake. Feature flags, dependency resolution, platform detection, compiler options, and config-header generation are now all expressed natively in CMake. For more details, see the "Build and Installation" section in README.md.2 个月前