We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181dc54 commit c9be06cCopy full SHA for c9be06c
1 file changed
CMakeLists.txt
@@ -24,7 +24,6 @@ set(HEADER_FILES
24
${COLLISIONALGORITHM_SRC}/InternalData.h
25
26
${COLLISIONALGORITHM_SRC}/algorithm/Find2DClosestProximityAlgorithm.h
27
- ${COLLISIONALGORITHM_SRC}/algorithm/FindClosestProximityAlgorithm.h
28
${COLLISIONALGORITHM_SRC}/algorithm/InsertionAlgorithm.h
29
30
${COLLISIONALGORITHM_SRC}/broadphase/AABBBroadPhase.h
@@ -69,7 +68,6 @@ set(SOURCE_FILES
69
68
${COLLISIONALGORITHM_SRC}/CollisionPipeline.cpp
70
71
${COLLISIONALGORITHM_SRC}/algorithm/Find2DClosestProximityAlgorithm.cpp
72
- ${COLLISIONALGORITHM_SRC}/algorithm/FindClosestProximityAlgorithm.cpp
73
${COLLISIONALGORITHM_SRC}/algorithm/InsertionAlgorithm.cpp
74
75
${COLLISIONALGORITHM_SRC}/broadphase/AABBBroadPhase.cpp
0 commit comments