Skip to content

Commit

Permalink
Merge pull request #38 from asluk/dev_usdObj
Browse files Browse the repository at this point in the history
usdObj: Clean up build and plugInfo for proper installation into examples.
  • Loading branch information
pixar-oss committed Oct 28, 2016
2 parents 84586e1 + 72f25f2 commit 3f759ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions extras/usd/examples/usdObj/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(PXR_PREFIX pxr/usd)
set(PXR_PACKAGE usdObj)

pxr_plugin(${PXR_PACKAGE}
Expand Down
6 changes: 3 additions & 3 deletions extras/usd/examples/usdObj/plugInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
}
}
},
"LibraryPath": "usdObj",
"LibraryPath": "@PLUG_INFO_LIBRARY_PATH@",
"Name": "usdObj",
"ResourcePath": "Resources",
"Root": "..",
"ResourcePath": "@PLUG_INFO_RESOURCE_PATH@",
"Root": "@PLUG_INFO_ROOT@",
"Type": "library"
}
]
Expand Down

0 comments on commit 3f759ef

Please sign in to comment.