diff options
Diffstat (limited to 'o3d/import')
-rw-r--r-- | o3d/import/import.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/o3d/import/import.gyp b/o3d/import/import.gyp index 6b716b2..9943b00 100644 --- a/o3d/import/import.gyp +++ b/o3d/import/import.gyp @@ -86,6 +86,15 @@ ], }, { + 'target_name': 'o3dSerializationObjects', + 'type': 'static_library', + 'sources': [ + 'cross/camera_info.cc', + 'cross/destination_buffer.cc', + 'cross/json_object.cc', + ], + }, + { 'target_name': 'o3dImportTest', 'type': 'none', 'direct_dependent_settings': { |