mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
7 lines
96 B
CMake
7 lines
96 B
CMake
project(convexDecomp)
|
|
|
|
if(UNIX)
|
|
addDef(LINUX)
|
|
endif()
|
|
|
|
finishLibrary("${libDir}/convexDecomp")
|