mirror of https://github.com/CGAL/cgal
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| generic_random_test.cpp | ||
| random_hull_test.cpp | ||
| random_poly_test.cpp | ||
| rcs_test.cpp | ||
| test_combination_enumerator.cpp | ||
| test_generators.cpp | ||
| test_tetrahedron_3.cpp | ||
| test_triangle_2.cpp | ||
| test_triangle_3.cpp | ||