-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in C++ Point<T> constructor when USINGZ defined (#246)
Changed Library's C# target framework back to netstandard2.0 (#225) Updated several sample apps. File headers updated to version 1.0.5
- Loading branch information
1 parent
acfeee6
commit 674c822
Showing
27 changed files
with
284 additions
and
213 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
### MS Visual Studio | ||
|
||
In the **\cmake\win64** folder there are a couple of batch files that will set up Visual Studio solution files (for those that want them). These batch files will set the `CMAKE_INSTALL_PREFIX` to a directory in the source tree rather than using the default (C:\\Program Files\\) location. | ||
# To install the optional CI testing: | ||
1. Download "googletest" from https://github.com/google/googletest | ||
2. Copy the follow file and folders into the empty _CPP/Tests/googletest_ folder ... | ||
a. CMakeLists.txt | ||
b. googlemock subfolder | ||
c. googletest" subfolder | ||
|
||
In Visual Studio, open Clipper2's CPP folder and wait for ... | ||
_CMake generation finished._ | ||
Rebuild all files. |
Oops, something went wrong.