mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
3 lines
170 B
Text
3 lines
170 B
Text
|
|
file(GLOB CONVEX_DECOMP_SOURCES "*.cpp")
|
||
|
|
add_library(convexMath STATIC ${CONVEX_DECOMP_SOURCES})
|
||
|
|
target_include_directories(convexMath PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|