mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
CMake: Fix pandagles(2) component lists
This commit is contained in:
parent
9be6b6b314
commit
1f029b1cd3
@ -14,6 +14,6 @@ add_metalib(pandagles ${MODULE_TYPE}
|
||||
INCLUDE "${GLES1_PIPE_INCLUDE}"
|
||||
INIT init_libpandagles pandagles.h
|
||||
EXPORT int get_pipe_type_pandagles "${GLES1_PIPE_TYPE}::get_class_type().get_index()"
|
||||
COMPONENTS p3egldisplay_gles1 p3glesgsg)
|
||||
COMPONENTS p3egldisplay_gles1 p3glesgsg p3glstuff p3x11display)
|
||||
|
||||
install(TARGETS pandagles DESTINATION ${MODULE_DESTINATION})
|
||||
|
@ -6,6 +6,6 @@ add_metalib(pandagles2 ${MODULE_TYPE}
|
||||
INCLUDE eglGraphicsPipe.h
|
||||
INIT init_libpandagles2 pandagles2.h
|
||||
EXPORT int get_pipe_type_pandagles2 "eglGraphicsPipe::get_class_type().get_index()"
|
||||
COMPONENTS p3egldisplay_gles2 p3gles2gsg)
|
||||
COMPONENTS p3egldisplay_gles2 p3gles2gsg p3glstuff p3x11display)
|
||||
|
||||
install(TARGETS pandagles2 DESTINATION ${MODULE_DESTINATION})
|
||||
|
Loading…
x
Reference in New Issue
Block a user