mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
final cleanup
final cleanup removal of the old convexDecomp library ADDDED: library for the floatmath from v-hacd resource, required for fit sphere/capsule/box functions
This commit is contained in:
parent
eb33fe04af
commit
109d8c06e9
33 changed files with 5851 additions and 17189 deletions
3
Engine/lib/convexMath/CMakeLists.txt
Normal file
3
Engine/lib/convexMath/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
file(GLOB CONVEX_DECOMP_SOURCES "*.cpp")
|
||||
add_library(convexMath STATIC ${CONVEX_DECOMP_SOURCES})
|
||||
target_include_directories(convexMath PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Loading…
Add table
Add a link
Reference in a new issue