Browse Source

CMake: Move p3cocoadisplay to OpenGL component

Sam Edwards 6 years ago
parent
commit
52541825b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/cocoadisplay/CMakeLists.txt

+ 1 - 1
panda/src/cocoadisplay/CMakeLists.txt

@@ -42,5 +42,5 @@ target_link_libraries(p3cocoadisplay
   ${CORE_VIDEO_LIBRARY})
 
 if(NOT BUILD_METALIBS)
-  install(TARGETS p3cocoadisplay EXPORT Core COMPONENT Core DESTINATION lib)
+  install(TARGETS p3cocoadisplay EXPORT OpenGL COMPONENT OpenGL DESTINATION lib)
 endif()