Home | History | Annotate | Download | only in Serialize
      1 
      2 IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
      3 	SUBDIRS(BlenderSerialize )
      4 ENDIF()
      5 
      6 
      7 IF(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 
     15 ELSE(INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
     16 
     17 	SUBDIRS ( BulletFileLoader BulletXmlWorldImporter BulletWorldImporter )
     18 
     19 ENDIF (INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
     20 
     21