CMake CGAL Example for a simple project #6657
petrasvestartas
started this conversation in
General
Replies: 1 comment 4 replies
-
There is an example at https://doc.cgal.org/latest/Manual/devman_create_and_use_a_cmakelist.html.
That depends on your operating system. There are package managers that can install CGAL. See the documentation: https://doc.cgal.org/latest/Manual/general_intro.html Which operating system do you use? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently learning CMake by watching a lot of Udemy tutorials.
It is good to go through the basics and more complex linking examples.
Nevertheless, I still feel that I am relatively new to CMake language specially when I want to link libraries such as CGAL, Eigen or Boost.
Can someone show a basic example how do you typically link CGAL through CMake?
There is a bunch of CMakeLists.txt and cmake files because CGAL is huge.
I am especially curious, how do normally install new releases? Do you always manually go to release section of github and download the files or there is an automated procedure.
Beta Was this translation helpful? Give feedback.
All reactions