mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
CMake: Fix missing component in pandadx9
This commit is contained in:
parent
15a78c55bc
commit
0fc4edee38
@ -3,7 +3,7 @@ if(NOT HAVE_DX9)
|
||||
endif()
|
||||
|
||||
add_metalib(pandadx9 ${MODULE_TYPE} pandadx9.cxx
|
||||
COMPONENTS p3dxgsg9)
|
||||
COMPONENTS p3dxgsg9 p3windisplay)
|
||||
set_target_properties(pandadx9 PROPERTIES DEFINE_SYMBOL BUILDING_PANDADX)
|
||||
|
||||
install(TARGETS pandadx9 DESTINATION ${MODULE_DESTINATION})
|
||||
|
Loading…
x
Reference in New Issue
Block a user