[PSDK] Update mmreg.h and rpcndr.h. CORE-13762
[reactos.git] / sdk / include / psdk / CMakeLists.txt
1
2 add_definitions(-D_MIDL_USE_GUIDDEF_)
3
4 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
5
6 list(APPEND SOURCE
7 # access.idl
8 activaut.idl
9 activdbg.idl
10 activscp.idl
11 asptlb.idl
12 # asynot.idl
13 # asysta.idl
14 atliface.idl
15 audioclient.idl
16 audiopolicy.idl
17 bdaiface.idl
18 # binres.idl
19 bits.idl
20 bits1_5.idl
21 bits2_0.idl
22 bits2_5.idl
23 bits3_0.idl
24 # cmdbas.idl
25 # cmdtxt.idl
26 comcat.idl
27 commoncontrols.idl
28 control.idl
29 cor.idl
30 cordebug.idl
31 # crtrow.idl
32 ctxtcall.idl
33 # dbccmd.idl
34 # dbcses.idl
35 # dbdsad.idl
36 # dbinit.idl
37 # dbprop.idl
38 # dbs.idl
39 devenum.idl
40 devicetopology.idl
41 dimm.idl
42 dispex.idl
43 docobj.idl
44 docobjectservice.idl
45 downloadmgr.idl
46 # dyngraph.idl
47 endpointvolume.idl
48 exdisp.idl
49 fusion.idl
50 hlink.idl
51 htiface.idl
52 htiframe.idl
53 httprequest.idl
54 iads.idl
55 icftypes.idl
56 imnact.idl
57 imnxport.idl
58 indexsrv.idl
59 inputscope.idl
60 inseng.idl
61 metahost.idl
62 mimeinfo.idl
63 mimeole.idl
64 mlang.idl
65 mmdeviceapi.idl
66 mscoree.idl
67 msctf.idl
68 msdadc.idl
69 mshtmhst.idl
70 mshtml.idl
71 msinkaut.idl
72 mstask.idl
73 msxml.idl
74 msxml2.idl
75 msxml6.idl
76 netcon.idl
77 netfw.idl
78 oaidl.idl
79 objectarray.idl
80 objidl.idl
81 objsafe.idl
82 ocidl.idl
83 ocmm.idl
84 oleacc.idl
85 oledb.idl
86 oleidl.idl
87 # opnrst.idl
88 optary.idl
89 perhist.idl
90 propidl.idl
91 propsys.idl
92 pstore.idl
93 richole.idl
94 # row.idl
95 # rowchg.idl
96 # rstbas.idl
97 # rstinf.idl
98 # rstloc.idl
99 sensevts.idl
100 servprov.idl
101 # sesprp.idl
102 shdeprecated.idl
103 shldisp.idl
104 shobjidl.idl
105 shtypes.idl
106 # stdole2.idl
107 strmif.idl
108 structuredquerycondition.idl
109 textstor.idl
110 tlogstg.idl
111 tom.idl
112 tuner.idl
113 unknwn.idl
114 urlhist.idl
115 urlmon.idl
116 vmr9.idl
117 # vmrender.idl
118 vss.idl
119 wbemcli.idl
120 wbemdisp.idl
121 wbemprov.idl
122 wia_lh.idl
123 wia_xp.idl
124 wincodec.idl
125 wincodecsdk.idl
126 winsxs.idl
127 wmiutils.idl
128 wmsbuffer.idl
129 wmsdkidl.idl
130 wtypes.idl
131 wuapi.idl
132 xmldom.idl
133 xmldso.idl
134 ctfutb.idl
135 xmllite.idl)
136
137 add_idl_headers(psdk ${SOURCE})
138 add_dependencies(psdk xdk)
139 add_typelib(stdole2.idl)
140 add_custom_target(stdole2 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stdole2.tlb)
141
142 add_idl_headers(d3d_idl_headers d3dcommon.idl)
143
144 add_iid_library(wuguid wuapi.idl)
145 add_iid_library(xml_uuids msxml2.idl)
146
147 generate_idl_iids(wincodec.idl)