chore: 工程工具 + CMake 修复
- tools/build.sh: 一键编译(支持 Release/Debug/ASan) - tools/run_tests.sh: 运行测试 - tools/release.sh: 发布打包 - tools/format.sh: 代码格式化 - tools/clean.sh: 清理构建产物 - 修复 CMakeLists.txt: vde_compile_options 顺序错误 - 修复 src/CMakeLists.txt: 移除重复配置行
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# ── 编译选项接口目标 ──────────────────────────────
|
||||
add_library(vde_compile_options INTERFACE)
|
||||
include(${CMAKE_SOURCE_DIR}/cmake/CompilerSettings.cmake)
|
||||
|
||||
# ── foundation ─────────────────────────────────────
|
||||
add_library(vde_foundation STATIC
|
||||
|
||||
Reference in New Issue
Block a user