[PSDK] Do not compile d3d10.idl as part of d3d_idl_headers.

svn path=/trunk/; revision=69780
This commit is contained in:
Amine Khaldi 2015-11-01 17:51:24 +00:00
parent 8948e65abe
commit 3a7bc4c929

View file

@ -139,7 +139,7 @@ add_dependencies(psdk xdk)
add_typelib(stdole2.idl)
add_custom_target(stdole2 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stdole2.tlb)
add_idl_headers(d3d_idl_headers d3d10.idl d3dcommon.idl)
add_idl_headers(d3d_idl_headers d3dcommon.idl)
add_iid_library(wuguid wuapi.idl)
add_iid_library(xml_uuids msxml2.idl)