File tree Expand file tree Collapse file tree 5 files changed +0
-295
lines changed Expand file tree Collapse file tree 5 files changed +0
-295
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ add_geode_library(
2323 FOLDER "geode/geometry"
2424 SOURCES
2525 "aabb.cpp"
26- "angle.cpp"
2726 "barycentric_coordinates.cpp"
2827 "basic_objects/circle.cpp"
2928 "basic_objects/cylinder.cpp"
@@ -63,7 +62,6 @@ add_geode_library(
6362 "square_matrix.cpp"
6463 PUBLIC_HEADERS
6564 "aabb.hpp"
66- "angle.hpp"
6765 "barycentric_coordinates.hpp"
6866 "basic_objects/circle.hpp"
6967 "basic_objects/cylinder.hpp"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,12 +30,6 @@ add_geode_test(
3030 ${PROJECT_NAME} ::basic
3131 ${PROJECT_NAME} ::geometry
3232)
33- add_geode_test(
34- SOURCE "test-angle.cpp"
35- DEPENDENCIES
36- ${PROJECT_NAME} ::basic
37- ${PROJECT_NAME} ::geometry
38- )
3933add_geode_test(
4034 SOURCE "test-barycentric-coordinates.cpp"
4135 DEPENDENCIES
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments