Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f82499ba1d4e35cc4845d01309d40eff4eec5bba (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-or-later

if(WITH_PYTHON_MODULE)
  add_definitions(-DPy_ENABLE_SHARED)
endif()

add_subdirectory(intern)
add_subdirectory(generic)
add_subdirectory(gpu)
add_subdirectory(mathutils)
add_subdirectory(bmesh)