mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11905] Add recastnavigation to dependencies
This commit is contained in:
parent
73b3ae889d
commit
da1c3615b4
6 changed files with 14 additions and 1 deletions
|
|
@ -24,4 +24,5 @@ if(NOT ACE_USE_EXTERNAL)
|
|||
add_subdirectory(ACE_wrappers)
|
||||
endif()
|
||||
|
||||
add_subdirectory(recastnavigation)
|
||||
add_subdirectory(src)
|
||||
|
|
|
|||
3
dep/lib/win32_debug/.gitignore
vendored
3
dep/lib/win32_debug/.gitignore
vendored
|
|
@ -12,3 +12,6 @@
|
|||
|
||||
ACE*
|
||||
tbb*
|
||||
Recast*
|
||||
Detour*
|
||||
DebugUtils*
|
||||
|
|
|
|||
3
dep/lib/win32_release/.gitignore
vendored
3
dep/lib/win32_release/.gitignore
vendored
|
|
@ -12,3 +12,6 @@
|
|||
|
||||
ACE*
|
||||
tbb*
|
||||
Recast*
|
||||
Detour*
|
||||
DebugUtils*
|
||||
|
|
|
|||
3
dep/lib/x64_Debug/.gitignore
vendored
3
dep/lib/x64_Debug/.gitignore
vendored
|
|
@ -12,3 +12,6 @@
|
|||
|
||||
ACE*
|
||||
tbb*
|
||||
Recast*
|
||||
Detour*
|
||||
DebugUtils*
|
||||
|
|
|
|||
3
dep/lib/x64_release/.gitignore
vendored
3
dep/lib/x64_release/.gitignore
vendored
|
|
@ -12,3 +12,6 @@
|
|||
|
||||
ACE*
|
||||
tbb*
|
||||
Recast*
|
||||
Detour*
|
||||
DebugUtils*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11904"
|
||||
#define REVISION_NR "11905"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue