Split build and install

This commit is contained in:
sethg 2022-09-27 15:02:58 +02:00
commit e45d8d0efd
2 changed files with 9 additions and 3 deletions

View file

@ -282,7 +282,8 @@ cmake -G "Visual Studio 16 2019" -A "x64" `
-DPCRE2_LIBRARY="$PCRE_ROOT/lib/pcre2-8-static.lib" `
-S . -B build
cmake --build build --config Release --target install
cmake --build build --config Release
cmake --install build --config Release
# to test the exe built correctly
cd install2/bin