add_executable(ArborX_Example_TriangleIntersection.exe triangle_intersection.cpp) target_link_libraries(ArborX_Example_TriangleIntersection.exe ArborX::ArborX) add_test(NAME ArborX_Example_TriangleIntersection COMMAND ArborX_Example_TriangleIntersection.exe)