cgal/Kernel_23/test/Kernel_23
Sebastien Loriot 1690619625
CGAL: Modernize CMakeLists.txt (#8528)
## Summary of Changes

- Changed `PUBLIC` to `PRIVATE`  in the `target_link_libraries()`
- ~~Link against `Boost::<COMPONENT>`~~ as we do more than just linking
and must use the `CGAL::_.._support`
- Use `target_compile_definitions()` and `add_compile_definitions()`

More to be done.

## Release Management

* Affected package(s): all
* Issue(s) solved (if any): fix one item of  #4815
* License and copyright ownership: unchanged
2024-10-31 10:32:25 +01:00
..
include Add one permution. In fact it should be any mix of types in any order 2024-10-09 16:16:04 +01:00
CMakeLists.txt remove -D that is not compatible with "older" cmake versions 2024-10-22 08:19:49 +02:00
Cartesian.cpp
Dimension.cpp Address #8401 2024-08-09 11:32:26 +01:00
Exact_predicates_exact_constructions_kernel.cpp
Filtered_cartesian.cpp try be less aggressive 2023-05-03 18:21:29 +02:00
Filtered_homogeneous.cpp
Homogeneous.cpp
Kernel_checker.cpp
Lazy_kernel.cpp Add test of depth() 2022-04-20 12:48:28 +01:00
Simple_cartesian.cpp
Simple_homogeneous.cpp
atomic_compilation_test.cpp Add a comment explaining the purpose of atomic_compilation_test.cpp 2022-10-13 21:24:05 +02:00
determinant_77.cpp
issue_129.cpp
issue_3301.cpp
issue_8140.cpp Kernel_23: Fix Issue 8140 2024-04-29 16:38:51 +01:00
origin_3.cpp int -> std::size_t 2022-03-16 08:01:56 +01:00
overload_bug.cpp
rank.cpp
test_Has_conversion.cpp skip if neither core nor leda are present 2024-01-03 18:18:42 +01:00
test_Projection_traits_xy_3_Intersect_2.cpp
test_RT_or_FT_predicates.cpp remove extra parenthesis 2023-06-19 19:17:49 +02:00
test_all_linear_intersections.cpp
test_approximate_dihedral_angle_3.cpp move comment 2024-01-02 13:15:28 +01:00
test_bbox.cpp
test_converter.cpp fix conversion warning and remove useless test (producing a warning) 2022-01-18 09:30:41 +01:00
test_hash_functions.cpp
test_kernel__.cpp
test_projection_traits.cpp WIP: try to always use Filtered_predicate_RT_FT 2022-09-08 17:30:14 +02:00