cgal/AABB_tree/benchmark/AABB_tree
Mael Rouxel-Labbé 9b265fddf8 Uniformize REQUIRED / QUIET usage:
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)
2022-09-06 16:24:27 +02:00
..
CMakeLists.txt Uniformize REQUIRED / QUIET usage: 2022-09-06 16:24:27 +02:00
test.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
tree_construction.cpp add benchmark using custom_build() 2020-04-23 16:51:11 +02:00
tree_creation.cpp char* -> std::string 2021-10-04 09:49:24 +02:00