mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
final cleanup removal of the old convexDecomp library ADDDED: library for the floatmath from v-hacd resource, required for fit sphere/capsule/box functions
3 lines
170 B
CMake
3 lines
170 B
CMake
file(GLOB CONVEX_DECOMP_SOURCES "*.cpp")
|
|
add_library(convexMath STATIC ${CONVEX_DECOMP_SOURCES})
|
|
target_include_directories(convexMath PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |