Replies: 2 comments 3 replies
-
In the header file of your program, you could have the following statement to add Arrangement_2.h from CGAL. Note that CGAL/ is prepended. #include <CGAL/Arrangement_2.h> Then in the Makefile you could do -I../path/to/CGAL-x.y/include/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am using Cmake to build my solution on mac M1 with g++ compiler,
after
make
I get this error:What is the problem here? how can I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions