Skip to content

Commit

Permalink
Fix typo in hgiInterop CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Sep 4, 2023
1 parent 6988a51 commit 98d7b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/imaging/hgiInterop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (PXR_ENABLE_METAL_SUPPORT)
list(APPEND optionalPrivateHeaders metal.h)
elseif(PXR_ENABLE_VULKAN_SUPPORT)
list(APPEND optionalLibraries hgiVulkan)
list(APPEND optionalCppFiles vulkan.mm)
list(APPEND optionalCppFiles vulkan.cpp)
list(APPEND optionalPrivateHeaders vulkan.h)
else()
# No OpenGL-to-OpenGL interop when using Vulkan or Metal.
Expand Down

0 comments on commit 98d7b54

Please sign in to comment.