[11905] Add recastnavigation to dependencies

This commit is contained in:
faramir118 2012-01-29 22:44:23 +01:00 committed by Schmoozerd
parent 73b3ae889d
commit da1c3615b4
6 changed files with 14 additions and 1 deletions

View file

@ -24,4 +24,5 @@ if(NOT ACE_USE_EXTERNAL)
add_subdirectory(ACE_wrappers) add_subdirectory(ACE_wrappers)
endif() endif()
add_subdirectory(recastnavigation)
add_subdirectory(src) add_subdirectory(src)

View file

@ -12,3 +12,6 @@
ACE* ACE*
tbb* tbb*
Recast*
Detour*
DebugUtils*

View file

@ -12,3 +12,6 @@
ACE* ACE*
tbb* tbb*
Recast*
Detour*
DebugUtils*

View file

@ -12,3 +12,6 @@
ACE* ACE*
tbb* tbb*
Recast*
Detour*
DebugUtils*

View file

@ -12,3 +12,6 @@
ACE* ACE*
tbb* tbb*
Recast*
Detour*
DebugUtils*

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11904" #define REVISION_NR "11905"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__