mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
CMake: Add missing dependency from p3display on PKG::X11
This commit is contained in:
parent
c6dee72b06
commit
f9eb327a11
@ -89,7 +89,8 @@ endif()
|
|||||||
composite_sources(p3display P3DISPLAY_SOURCES)
|
composite_sources(p3display P3DISPLAY_SOURCES)
|
||||||
add_component_library(p3display SYMBOL BUILDING_PANDA_DISPLAY
|
add_component_library(p3display SYMBOL BUILDING_PANDA_DISPLAY
|
||||||
${P3DISPLAY_HEADERS} ${P3DISPLAY_SOURCES})
|
${P3DISPLAY_HEADERS} ${P3DISPLAY_SOURCES})
|
||||||
target_link_libraries(p3display p3cull p3pgraphnodes)
|
target_link_libraries(p3display p3cull p3pgraphnodes
|
||||||
|
PKG::X11)
|
||||||
target_interrogate(p3display ALL EXTENSIONS ${P3DISPLAY_IGATEEXT})
|
target_interrogate(p3display ALL EXTENSIONS ${P3DISPLAY_IGATEEXT})
|
||||||
|
|
||||||
if(NOT BUILD_METALIBS)
|
if(NOT BUILD_METALIBS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user