Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/CMakeLists.txt
| # SPDX-License-Identifier: GPL-2.0-or-later | # SPDX-License-Identifier: GPL-2.0-or-later | ||||
| # Copyright 2020 Blender Foundation. All rights reserved. | # Copyright 2020 Blender Foundation. All rights reserved. | ||||
| if(WITH_IO_WAVEFRONT_OBJ OR WITH_IO_STL OR WITH_IO_GPENCIL OR WITH_ALEMBIC OR WITH_USD) | |||||
| add_subdirectory(common) | add_subdirectory(common) | ||||
| endif() | |||||
| if(WITH_IO_WAVEFRONT_OBJ) | |||||
| add_subdirectory(wavefront_obj) | add_subdirectory(wavefront_obj) | ||||
| endif() | |||||
| if(WITH_IO_GPENCIL) | |||||
| add_subdirectory(gpencil) | |||||
| endif() | |||||
| if(WITH_IO_STL) | |||||
| add_subdirectory(stl) | add_subdirectory(stl) | ||||
| endif() | |||||
| if(WITH_ALEMBIC) | if(WITH_ALEMBIC) | ||||
| add_subdirectory(alembic) | add_subdirectory(alembic) | ||||
| endif() | endif() | ||||
| if(WITH_CODEC_AVI) | if(WITH_CODEC_AVI) | ||||
| add_subdirectory(avi) | add_subdirectory(avi) | ||||
| endif() | endif() | ||||
| if(WITH_OPENCOLLADA) | if(WITH_OPENCOLLADA) | ||||
| add_subdirectory(collada) | add_subdirectory(collada) | ||||
| endif() | endif() | ||||
| if(WITH_USD) | if(WITH_USD) | ||||
| add_subdirectory(usd) | add_subdirectory(usd) | ||||
| endif() | endif() | ||||
| add_subdirectory(gpencil) | |||||