diff options
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r-- | o3d/core/core.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp index c979bae..33e8740 100644 --- a/o3d/core/core.gyp +++ b/o3d/core/core.gyp @@ -273,6 +273,8 @@ 'cross/gpu2d/cubic_classifier.cc', 'cross/gpu2d/cubic_classifier.h', 'cross/gpu2d/cubic_math_utils.h', + 'cross/gpu2d/cubic_texture_coords.cc', + 'cross/gpu2d/cubic_texture_coords.h', 'cross/gpu2d/interval_tree.h', 'cross/gpu2d/red_black_tree.h', ], |