Explorar el Código

CMake: Fix missing component in pandadx9

Sam Edwards hace 7 años
padre
commit
0fc4edee38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      panda/metalibs/pandadx9/CMakeLists.txt

+ 1 - 1
panda/metalibs/pandadx9/CMakeLists.txt

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