1
0
forked from josh/j3ml

Implement Geometric Class Definitions (round 2)

This commit is contained in:
2024-01-26 00:14:28 -05:00
parent 4152b0d2aa
commit 256fe730cd
11 changed files with 139 additions and 11 deletions

View File

@@ -53,7 +53,8 @@ add_library(J3ML SHARED ${J3ML_SRC}
src/J3ML/Geometry/Capsule.cpp
src/J3ML/Geometry/TriangleMesh.cpp
src/J3ML/Geometry/QuadTree.cpp
src/J3ML/Geometry/LineSegment.cpp)
src/J3ML/Geometry/LineSegment.cpp
include/J3ML/Geometry/AABB2D.h)
set_target_properties(J3ML PROPERTIES LINKER_LANGUAGE CXX)
install(TARGETS ${PROJECT_NAME} DESTINATION lib/${PROJECT_NAME})