~popey/+junk/usd

« back to all changes in this revision

Viewing changes to USD/extras/usd/tutorials/convertingLayerFormats/CMakeLists.txt

  • Committer: Alan Pope
  • Date: 2016-09-29 12:05:28 UTC
  • Revision ID: alan@popey.com-20160929120528-32j3uk1x0dgaorip
Initial attempt to snap

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
install(
 
2
    FILES
 
3
        Sphere.usd
 
4
        Sphere.usda
 
5
    DESTINATION
 
6
        ${PXR_INSTALL_SUBDIR}/convertingLayerFormats
 
7
)
 
8