Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/CMakeLists.txt
- This file was copied to source/blender/io/common/CMakeLists.txt.
| Show All 12 Lines | |||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # | # | ||||
| # The Original Code is Copyright (C) 2020, Blender Foundation | # The Original Code is Copyright (C) 2020, Blender Foundation | ||||
| # All rights reserved. | # All rights reserved. | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| add_subdirectory(common) | |||||
| 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() | ||||