1 2IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES) 3 SUBDIRS(BlenderSerialize ) 4ENDIF() 5 6 7IF(INTERNAL_UPDATE_SERIALIZATION_STRUCTURES) 8 9# makesdna and HeaderGenerator are for advanced use only 10# makesdna can re-generate the binary DNA representing the Bullet serialization structures 11# Be very careful modifying any of this, otherwise the .bullet format becomes incompatible 12 13 SUBDIRS ( BulletFileLoader BulletXmlWorldImporter BulletWorldImporter HeaderGenerator makesdna) 14 15ELSE(INTERNAL_UPDATE_SERIALIZATION_STRUCTURES) 16 17 SUBDIRS ( BulletFileLoader BulletXmlWorldImporter BulletWorldImporter ) 18 19ENDIF (INTERNAL_UPDATE_SERIALIZATION_STRUCTURES) 20 21