Skip to content

Commit 2cf3525

Browse files
add missing file
1 parent 64d3f59 commit 2cf3525

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recast/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DetourCrowd/DetourLocalBoundary.cpp \
2020
DetourCrowd/DetourObstacleAvoidance.cpp \
2121
DetourCrowd/DetourPathCorridor.cpp \
2222
DetourCrowd/DetourPathQueue.cpp \
23+
DetourCrowd/DetourProximityGrid.cpp \
2324
DetourTileCache/DetourTileCache.cpp \
2425
DetourTileCache/DetourTileCacheBuilder.cpp
2526

recast/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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
1718
)

0 commit comments

Comments
 (0)