forked from AngusJohnson/Clipper2
-
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.
Fixed DLL project file AngusJohnson#315
Minor bugfix to polygon clipping AngusJohnson#309 C++: now using predefined __EXCEPTIONS to determine exception handling (AngusJohnson#305) Minor update to C++ CI polygon testing
- Loading branch information
1 parent
a2036d2
commit 3202481
Showing
15 changed files
with
402 additions
and
265 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Installing GoogleTest in Visual Studio | ||
|
||
1. Goto https://github.com/google/googletest | ||
2. Click on the bright green "Code" button and then click "Download ZIP". | ||
3. Open the downloaded Zip package and locate the following: | ||
a. CMakeLists.txt | ||
b. googlemock folder | ||
c. googletest folder | ||
4. Copy these into Clipper2's empty CPP/Tests/googletest folder. | ||
5. In Visual Studio, open Clipper2's CPP folder and wait to see | ||
"CMake generation finished" in Visual Studio's statusbar. | ||
6. Rebuild all files (Ctrl+Shift+B). |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.