Split build and install
This commit is contained in:
parent
1d47e11da9
commit
e45d8d0efd
2 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue