diff --git a/CMakeLists.txt b/CMakeLists.txt index b88d28c..ea68a0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -365,14 +365,10 @@ install(DIRECTORY ${OpenUSD_ROOT_DIR}/lib/usd DESTINATION bin ) -install(DIRECTORY ${OpenUSD_ROOT_DIR}/plugin/usd +install(DIRECTORY ${OpenUSD_ROOT_DIR}/plugin/usd/ DESTINATION bin/usd ) -install(FILES ${OpenUSD_ROOT_DIR}/plugin/usd/hdStorm.dll - DESTINATION bin -) - if(OPENUSD_HAS_EMBREE) # Install to bin/usd/ so plugInfo.json's LibraryPath "../hdEmbree.dll" resolves correctly. install(FILES "${HDEMBREE_DLL}"