CMake Build: option to compile without opennl/superlu.

This commit is contained in:
Campbell Barton
2013-11-25 15:33:41 +11:00
parent 295116ea6b
commit 2b4c68b902
15 changed files with 181 additions and 61 deletions

View File

@@ -932,7 +932,6 @@ endif()
bf_editor_io
bf_render
bf_intern_opennl
bf_python
bf_python_ext
bf_python_mathutils
@@ -1061,6 +1060,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS bf_intern_locale)
endif()
if(WITH_OPENNL)
list_insert_after(BLENDER_SORTED_LIBS "bf_render" "bf_intern_opennl")
endif()
if(WITH_BULLET)
list_insert_after(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_intern_rigidbody")
endif()