[TCPIP]
[reactos.git] / reactos / 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 bdaiface.idl
15 # binres.idl
16 bits.idl
17 bits1_5.idl
18 # cmdbas.idl
19 # cmdtxt.idl
20 comcat.idl
21 commoncontrols.idl
22 control.idl
23 # crtrow.idl
24 ctxtcall.idl
25 # dbccmd.idl
26 # dbcses.idl
27 # dbdsad.idl
28 # dbinit.idl
29 # dbprop.idl
30 # dbs.idl
31 devenum.idl
32 dimm.idl
33 dispex.idl
34 docobj.idl
35 downloadmgr.idl
36 # dyngraph.idl
37 exdisp.idl
38 fusion.idl
39 hlink.idl
40 htiframe.idl
41 iads.idl
42 icftypes.idl
43 imnact.idl
44 imnxport.idl
45 indexsrv.idl
46 mimeinfo.idl
47 mimeole.idl
48 mlang.idl
49 mscoree.idl
50 msctf.idl
51 msdadc.idl
52 mshtmhst.idl
53 mshtml.idl
54 msinkaut.idl
55 mstask.idl
56 msxml.idl
57 msxml2.idl
58 msxml6.idl
59 netcon.idl
60 netfw.idl
61 oaidl.idl
62 objidl.idl
63 objsafe.idl
64 ocidl.idl
65 ocmm.idl
66 oleacc.idl
67 oledb.idl
68 oleidl.idl
69 # opnrst.idl
70 optary.idl
71 perhist.idl
72 propidl.idl
73 propsys.idl
74 pstore.idl
75 richole.idl
76 # row.idl
77 # rowchg.idl
78 # rstbas.idl
79 # rstinf.idl
80 # rstloc.idl
81 sensevts.idl
82 servprov.idl
83 # sesprp.idl
84 shdeprecated.idl
85 shldisp.idl
86 shobjidl.idl
87 shtypes.idl
88 # stdole2.idl
89 strmif.idl
90 structuredquerycondition.idl
91 textstor.idl
92 tom.idl
93 tuner.idl
94 unknwn.idl
95 urlhist.idl
96 urlmon.idl
97 vmr9.idl
98 # vmrender.idl
99 wia_lh.idl
100 wia_xp.idl
101 wincodec.idl
102 winsxs.idl
103 wtypes.idl
104 wuapi.idl
105 xmldom.idl
106 xmldso.idl
107 ctfutb.idl
108 xmllite.idl)
109
110 if(NOT MSVC)
111 list(APPEND SOURCE
112 wbemcli.idl)
113 endif()
114
115 add_idl_headers(psdk ${SOURCE})
116
117 add_typelib(stdole2 stdole2.idl)
118
119 add_iid_library(wuguid wuapi.idl)
120 add_iid_library(xml_uuids msxml2.idl)
121
122 generate_idl_iids(wincodec.idl)