Corrected fix for linking issues with blenderplayer enabled

This commit is contained in:
Sergey Sharybin 2012-01-16 18:49:10 +00:00
parent de50e6324a
commit f075f2babb

@ -150,7 +150,6 @@ endif()
bf_blenkernel # duplicate for linking
bf_intern_mikktspace
extern_recastnavigation
extern_carve
)
if(WITH_MOD_CLOTH_ELTOPO)
@ -181,6 +180,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS bf_intern_moto)
endif()
if(WITH_CARVE)
list(APPEND BLENDER_SORTED_LIBS extern_carve)
endif()
if(WITH_CODEC_QUICKTIME)
list(APPEND BLENDER_SORTED_LIBS bf_quicktime)
endif()