CMake: use signed char for recastnavigation

External libraries may need char to be signed.
This commit is contained in:
Campbell Barton
2016-05-19 07:36:32 +10:00
parent 20678138f7
commit 89df6720be
2 changed files with 15 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
#
# ***** END GPL LICENSE BLOCK *****
remove_cc_flag_unsigned_char()
set(INC
Recast/Include
Detour/Include