forked from Countly/countly-sdk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vcpkg as third party dependency and crashpad
Fix array deletion Fix compilation that Countly::LogLevel::ERROR threw
- Loading branch information
Showing
8 changed files
with
52 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vcpkg
added at
6185aa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
git clone https://github.com/microsoft/vcpkg.git | ||
cd vcpkg | ||
rem Based on: | ||
rem https://github.com/microsoft/vcpkg/releases 2020.06 | ||
git checkout 6185aa7 | ||
call bootstrap-vcpkg.bat | ||
|
||
|
||
vcpkg.exe install openssl sqlite3 doctest nlohmann-json crashpad --triplet x64-windows | ||
pause |