1
0
forked from josh/j3ml

Header implementations

This commit is contained in:
2024-01-29 14:50:00 -05:00
parent e76a0954d3
commit 32577f79b8
7 changed files with 49 additions and 13 deletions

View File

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