Skip to content

Commit 5122547

Browse files
committed
Add PointDataCodec
Signed-off-by: Dan Bailey <danbailey@ilm.com>
1 parent e6eb56f commit 5122547

7 files changed

Lines changed: 928 additions & 0 deletions

File tree

openvdb/openvdb/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ set(OPENVDB_LIBRARY_INCLUDE_FILES
367367

368368
set(OPENVDB_LIBRARY_CODECS_INCLUDE_FILES
369369
codecs/BoolCodec.h
370+
codecs/PointDataCodec.h
370371
codecs/PointIndexCodec.h
371372
codecs/ScalarCodec.h
372373
codecs/TopologyCodec.h

0 commit comments

Comments
 (0)