No such file or directory when including a CGAL header #8122
-
Hello, I downloaded cgal in my project by doing this:
But I got a My CMakeLists.txt file:
|
Beta Was this translation helpful? Give feedback.
Answered by
sloriot
Apr 5, 2024
Replies: 1 comment 3 replies
-
should be |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
target_link_libraries(stl-to-primitive CGAL::CGAL)
is also needed in the cmake script.