Skip to content

Commit b287b50

Browse files
committed
Merge pull request #6 from songchengjiang/v3
add fastlz lib for recast
2 parents 13d2005 + 961ef72 commit b287b50

File tree

6 files changed

+667
-1
lines changed

6 files changed

+667
-1
lines changed

recast/Android.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ DetourCrowd/DetourLocalBoundary.cpp \
2020
DetourCrowd/DetourObstacleAvoidance.cpp \
2121
DetourCrowd/DetourPathCorridor.cpp \
2222
DetourCrowd/DetourPathQueue.cpp \
23+
DetourCrowd/DetourProximityGrid.cpp \
2324
DetourTileCache/DetourTileCache.cpp \
24-
DetourTileCache/DetourTileCacheBuilder.cpp
25+
DetourTileCache/DetourTileCacheBuilder.cpp \
26+
fastlz/fastlz.c
2527

2628
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
2729

recast/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ DetourCrowd/DetourLocalBoundary.cpp
1212
DetourCrowd/DetourObstacleAvoidance.cpp
1313
DetourCrowd/DetourPathCorridor.cpp
1414
DetourCrowd/DetourPathQueue.cpp
15+
DetourCrowd/DetourProximityGrid.cpp
1516
DetourTileCache/DetourTileCache.cpp
1617
DetourTileCache/DetourTileCacheBuilder.cpp
18+
fastlz/fastlz.c
1719
)
1820

1921
include_directories(

0 commit comments

Comments
 (0)