File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ set(HEADER_FILES
4646 ${COLLISIONALGORITHM_SRC} /operations/CreateCenterProximity.h
4747 ${COLLISIONALGORITHM_SRC} /operations/FindClosestProximity.h
4848 ${COLLISIONALGORITHM_SRC} /operations/Project.h
49+ ${COLLISIONALGORITHM_SRC} /operations/ContainsPoint.h
50+ ${COLLISIONALGORITHM_SRC} /operations/NeedleOperations.h
4951
5052 ${COLLISIONALGORITHM_SRC} /proximity/EdgeProximity.h
5153 ${COLLISIONALGORITHM_SRC} /proximity/FixedProximity.h
@@ -89,6 +91,8 @@ set(SOURCE_FILES
8991 ${COLLISIONALGORITHM_SRC} /operations/CreateCenterProximity.cpp
9092 ${COLLISIONALGORITHM_SRC} /operations/FindClosestProximity.cpp
9193 ${COLLISIONALGORITHM_SRC} /operations/Project.cpp
94+ ${COLLISIONALGORITHM_SRC} /operations/ContainsPoint.cpp
95+ ${COLLISIONALGORITHM_SRC} /operations/NeedleOperations.cpp
9296
9397 ${COLLISIONALGORITHM_SRC} /toolbox/EdgeToolBox.cpp
9498 ${COLLISIONALGORITHM_SRC} /toolbox/PointToolBox.cpp
You can’t perform that action at this time.
0 commit comments