Skip to content

Commit

Permalink
Merge pull request PixarAnimationStudios#169 from sirpalee/pr_katana_…
Browse files Browse the repository at this point in the history
…cmake_fixes

Fixing katana plugin linking issues.
  • Loading branch information
pixar-oss committed Feb 28, 2017
2 parents 014dc84 + d048699 commit 8d174dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/katana/lib/katanaAttrfncApi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(PXR_PACKAGE katanaAttrfncApi)
file(GLOB cppFiles
${KATANA_API_SOURCE_DIR}/FnAttribute/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginManager/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginSystem/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginSystem/*.cpp
${KATANA_API_SOURCE_DIR}/FnAttributeFunction/plugin/*.cpp
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/katana/lib/katanaOpApi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file(GLOB cppFiles
${KATANA_API_SOURCE_DIR}/FnGeolibServices/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnLogging/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginManager/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginSystem/client/*.cpp
${KATANA_API_SOURCE_DIR}/FnPluginSystem/*.cpp
${KATANA_API_SOURCE_DIR}/pystring/.cpp
)

Expand Down
1 change: 1 addition & 0 deletions third_party/katana/plugin/pxrUsdInShipped/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pxr_plugin(${PXR_PACKAGE}
mesh.cpp
model.cpp
nurbsPatch.cpp
pointInstancer.cpp
points.cpp
scope.cpp
uiUtils.cpp
Expand Down

0 comments on commit 8d174dd

Please sign in to comment.