Skip to content

Commit

Permalink
also add generatedSchema.usda in usdArnold/resources/usdArnold in the…
Browse files Browse the repository at this point in the history
… cmake build
  • Loading branch information
cpichard committed Sep 6, 2023
1 parent 170177e commit 6eef06e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ add_custom_target(schemas ALL
install(FILES "${SCHEMAS_SOURCE_OUT}/generatedSchema.usda"
DESTINATION "${PREFIX_SCHEMA}/usdArnold/resources")

install(FILES "${SCHEMAS_SOURCE_OUT}/generatedSchema.usda"
DESTINATION "${PREFIX_SCHEMA}/usdArnold/resources/usdArnold")

install(FILES "${SCHEMAS_USDA}"
DESTINATION "${PREFIX_SCHEMA}/usdArnold/resources/usdArnold")

Expand Down

0 comments on commit 6eef06e

Please sign in to comment.