Skip to content

Commit

Permalink
[usd] Add dumpcrate utility to build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
superfunc committed Apr 21, 2018
1 parent fdf9177 commit a3c8349
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pxr/usd/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set(DIRS
usdcat
usdcheck
usddiff
usddumpcrate
usdedit
usdstitch
usdstitchclips
Expand Down
8 changes: 8 additions & 0 deletions pxr/usd/bin/usddumpcrate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set(PXR_PREFIX pxr/usd)
set(PXR_PACKAGE usd)

pxr_python_bin(usddumpcrate
LIBRARIES
sdf
usd
)

0 comments on commit a3c8349

Please sign in to comment.