-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Clipper2Lib/
subfolder for public headers?
#232
Comments
Angus, following the common practice, it's better to use Sergey |
Thanks. This issue has been sitting here partly because I've been occupied with other things but also because I don't know what changes are needed in the makefile and whether the folder structure needs changing too. |
Angus, Thank you, |
implemented in #243 |
As mentioned in #243, if we want to use |
Angus, |
Clipper2/CPP/CMakeLists.txt
Lines 31 to 32 in 29003e6
--> It would be great if we could change the official include folders to be able to write
#include <Clipper2Lib/clipper.h>
instead of#include <clipper.h>
. Sinceclipper.h
is a very common name, and there can be confusion with clipper 1, enforcing the use of the subfolder name for public headers would avoid a lot of integration issues I think.The text was updated successfully, but these errors were encountered: