使用cxxLibrary库。

This commit is contained in:
2026-03-19 10:01:04 +08:00
parent 8e7c1408f7
commit 5ecb188a04
9 changed files with 11 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
@echo off
echo Config CMake...
cmake -B..\build -S..\ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="%VCPKG_DIR%\scripts\buildsystems\vcpkg.cmake" -A x64
cmake -B..\build -S..\ -DCMAKE_BUILD_TYPE=Release -A x64
if errorlevel 1 (
echo CMake Failed.
pause