Skip to content

Commit 961ef72

Browse files
add fastlz lib for recast
1 parent 2cf3525 commit 961ef72

File tree

6 files changed

+665
-1
lines changed

6 files changed

+665
-1
lines changed

recast/Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ DetourCrowd/DetourPathCorridor.cpp \
2222
DetourCrowd/DetourPathQueue.cpp \
2323
DetourCrowd/DetourProximityGrid.cpp \
2424
DetourTileCache/DetourTileCache.cpp \
25-
DetourTileCache/DetourTileCacheBuilder.cpp
25+
DetourTileCache/DetourTileCacheBuilder.cpp \
26+
fastlz/fastlz.c
2627

2728
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
2829

recast/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ DetourCrowd/DetourPathQueue.cpp
1515
DetourCrowd/DetourProximityGrid.cpp
1616
DetourTileCache/DetourTileCache.cpp
1717
DetourTileCache/DetourTileCacheBuilder.cpp
18+
fastlz/fastlz.c
1819
)
1920

2021
include_directories(

0 commit comments

Comments
 (0)