mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
CMake: Change some stray "Panda" install components with "Core"
This commit is contained in:
parent
99fee1a64d
commit
7d6386f2de
@ -40,5 +40,5 @@ target_link_libraries(p3cocoadisplay
|
||||
${APPLICATIONSERVICES_LIBRARY} ${APPKIT_LIBRARY} ${CARBON_LIBRARY})
|
||||
|
||||
if(NOT BUILD_METALIBS)
|
||||
install(TARGETS p3cocoadisplay EXPORT Panda COMPONENT Panda DESTINATION lib)
|
||||
install(TARGETS p3cocoadisplay EXPORT Core COMPONENT Core DESTINATION lib)
|
||||
endif()
|
||||
|
@ -29,5 +29,5 @@ add_component_library(p3glxdisplay SYMBOL BUILDING_PANDA_GLXDISPLAY
|
||||
target_link_libraries(p3glxdisplay p3glgsg p3x11display)
|
||||
|
||||
if(NOT BUILD_METALIBS)
|
||||
install(TARGETS p3glxdisplay EXPORT Panda COMPONENT Panda DESTINATION lib)
|
||||
install(TARGETS p3glxdisplay EXPORT Core COMPONENT Core DESTINATION lib)
|
||||
endif()
|
||||
|
@ -31,5 +31,5 @@ target_link_libraries(p3osxdisplay
|
||||
${CORESERVICES_LIBRARY} ${COCOA_LIBRARY})
|
||||
|
||||
if(NOT BUILD_METALIBS)
|
||||
install(TARGETS p3osxdisplay EXPORT Panda COMPONENT Panda DESTINATION lib)
|
||||
install(TARGETS p3osxdisplay EXPORT Core COMPONENT Core DESTINATION lib)
|
||||
endif()
|
||||
|
@ -17,5 +17,5 @@ add_component_library(p3x11display SYMBOL BUILDING_PANDAX11
|
||||
target_link_libraries(p3x11display panda PKG::X11)
|
||||
|
||||
if(NOT BUILD_METALIBS)
|
||||
install(TARGETS p3x11display EXPORT Panda COMPONENT Panda DESTINATION lib)
|
||||
install(TARGETS p3x11display EXPORT Core COMPONENT Core DESTINATION lib)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user