From f91e124880aa1c21f54a998ad12d2428a545df98 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 02 9月 2024 19:11:38 +0800 Subject: [PATCH] Update qmsetup --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d88e981..cfd881a 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ -DCMAKE_INSTALL_PREFIX=/path/install \ -G "Ninja Multi-Config" -cmake --build build --target install --config Debug --parallel -cmake --build build --target install/strip --config Release --parallel +cmake --build build --target install --config Debug +cmake --build build --target install --config Release ``` You can also include this directory as a subproject if you choose CMake as your build system. -- Gitblit v1.9.1