Skip to content

Commit e042ea6

Browse files
committed
[cmake] Add missing headers & sources of operations classes to CMakeLists
1 parent 3c16631 commit e042ea6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)