Skip to content

Commit

Permalink
Add intersection test to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 20, 2020
1 parent 2a1485c commit 7daba0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Octree/test/Octree/CMakeLists.txt
Expand Up @@ -16,6 +16,7 @@ create_single_source_cgal_program("test_octree_locate.cpp")
create_single_source_cgal_program("test_octree_bbox.cpp")
create_single_source_cgal_program("test_octree_nearest_neighbor.cpp")
create_single_source_cgal_program("test_octree_traverse.cpp")
create_single_source_cgal_program("test_octree_intersecting.cpp")

create_single_source_cgal_program("test_node.cpp")
create_single_source_cgal_program("test_node_index.cpp")
Expand Down
1 change: 1 addition & 0 deletions Octree/test/Octree/test_octree_intersecting.cpp
Expand Up @@ -16,5 +16,6 @@ typedef CGAL::Octree::Octree<Point_vector> Octree;

int main(void) {


return EXIT_SUCCESS;
}

0 comments on commit 7daba0f

Please sign in to comment.