CMake: Fix missing component in pandadx9

This commit is contained in:
Sam Edwards 2018-11-03 17:43:03 -06:00
parent 15a78c55bc
commit 0fc4edee38

View File

@ -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})