Fix: linking with only WITH_IO_FBX enabled

This commit is contained in:
Campbell Barton
2025-04-16 21:22:14 +10:00
parent 67063d3c4d
commit b37543a3de

View File

@@ -8,7 +8,8 @@ if(WITH_IO_WAVEFRONT_OBJ OR
WITH_IO_GREASE_PENCIL OR
WITH_ALEMBIC OR
WITH_USD OR
WITH_IO_CSV)
WITH_IO_CSV OR
WITH_IO_FBX)
add_subdirectory(common)
endif()