avoid linking

This commit is contained in:
Sébastien Loriot 2020-04-17 10:26:56 +02:00
parent 7a29b9bcf4
commit 2dc7f66c8a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*!
\page devman_create_and_use_a_cmakelist How to use CGAL with CMake
\page devman_create_and_use_a_cmakelist How to use %CGAL with CMake
This page will explain how to manually create a `CMakeLists.txt` file to link a custom program with \cgal.
A base can be created using the script `cgal_create_CMakeLists`. Its usage is detailed in Section \ref devman_create_cgal_CMakeLists.