add_executable(ArborX_Example_Intersection.exe example_intersection.cpp)
target_link_libraries(ArborX_Example_Intersection.exe ArborX::ArborX)
add_test(NAME ArborX_Example_Intersection COMMAND ArborX_Example_Intersection.exe)
