mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 06:15:36 +00:00
* Feature: Begin working the new engine module system.
This commit is contained in:
parent
9901fa76b4
commit
dfc03da9d9
10 changed files with 133 additions and 28 deletions
6
Engine/lib/recast/CMakeLists.txt
Normal file
6
Engine/lib/recast/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
file(GLOB RECAST_SOURCES "DebugUtils/Source/*.cpp" "Recast/Source/*.cpp" "Detour/Source/*.cpp" "DetourCrowd/Source/*.cpp"
|
||||
"DetourTileCache/Source/*.cpp")
|
||||
|
||||
add_library(recast STATIC ${RECAST_SOURCES})
|
||||
target_include_directories(recast PUBLIC "DebugUtils/Include" "Recast/Include" "Detour/Include"
|
||||
"DetourTileCache/Include" "DetourCrowd/Include")
|
||||
Loading…
Add table
Add a link
Reference in a new issue