Browse Source

CMake: Move Assimp plugin to its own install component

Sam Edwards 6 years ago
parent
commit
b86332376c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/assimp/CMakeLists.txt

+ 1 - 1
pandatool/src/assimp/CMakeLists.txt

@@ -29,5 +29,5 @@ target_link_libraries(p3assimp PUBLIC PKG::ASSIMP)
 if(BUILD_SHARED_LIBS)
   # We can't install this if we're doing a static build, because it depends on
   # a static library that isn't installed.
-  install(TARGETS p3assimp EXPORT Tools COMPONENT Tools DESTINATION ${MODULE_DESTINATION})
+  install(TARGETS p3assimp EXPORT Assimp COMPONENT Assimp DESTINATION ${MODULE_DESTINATION})
 endif()