Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/common/CMakeLists.txt
- This file was copied from source/blender/io/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 ***** | ||||
| if(WITH_ALEMBIC) | set(INC | ||||
| add_subdirectory(alembic) | . | ||||
| endif() | ../../blenkernel | ||||
| ../../blenlib | |||||
| if(WITH_CODEC_AVI) | ../../depsgraph | ||||
| add_subdirectory(avi) | ../../makesdna | ||||
| endif() | ) | ||||
| if(WITH_OPENCOLLADA) | set(INC_SYS | ||||
| add_subdirectory(collada) | ) | ||||
| endif() | |||||
| set(SRC | |||||
| if(WITH_USD) | intern/abstract_hierarchy_iterator.cc | ||||
| add_subdirectory(usd) | |||||
| endif() | IO_abstract_hierarchy_iterator.h | ||||
| ) | |||||
| set(LIB | |||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | |||||
| blender_add_lib(bf_io_common "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | |||||
| target_link_libraries(bf_io_common INTERFACE) | |||||