Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update triangle example to API v2 #936

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ add_subdirectory(callback)
add_subdirectory(dbscan)
add_subdirectory(molecular_dynamics)
add_subdirectory(simple_intersection)

add_subdirectory(triangle_intersection)

find_package(Boost COMPONENTS program_options)
Expand Down
5 changes: 0 additions & 5 deletions examples/triangle_intersection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
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)

add_executable(ArborX_Example_TriangleIntersectionWithMapping.exe triangle_intersection.cpp)
target_link_libraries(ArborX_Example_TriangleIntersectionWithMapping.exe ArborX::ArborX)
target_compile_definitions(ArborX_Example_TriangleIntersectionWithMapping.exe PRIVATE PRECOMPUTE_MAPPING)
add_test(NAME ArborX_Example_TriangleIntersectionWithMapping COMMAND ArborX_Example_TriangleIntersectionWithMapping.exe)
Loading
Loading