mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CMAKE]
Add iidlib, a library containing all iids from the idl files svn path=/branches/cmake-bringup/; revision=50560
This commit is contained in:
parent
1b389a39f8
commit
cdf564ef64
1 changed files with 17 additions and 0 deletions
|
@ -111,3 +111,20 @@ endif()
|
||||||
add_idl_headers(psdk ${SOURCE})
|
add_idl_headers(psdk ${SOURCE})
|
||||||
|
|
||||||
add_typelib(stdole2 stdole2.idl)
|
add_typelib(stdole2 stdole2.idl)
|
||||||
|
|
||||||
|
# These don't contain iids or only duplicates
|
||||||
|
list(REMOVE_ITEM SOURCE
|
||||||
|
activaut.idl
|
||||||
|
devenum.idl
|
||||||
|
icftypes.idl
|
||||||
|
msinkaut.idl
|
||||||
|
msxml2.idl
|
||||||
|
msxml6.idl
|
||||||
|
shdeprecated.idl
|
||||||
|
shtypes.idl
|
||||||
|
structuredquerycondition.idl
|
||||||
|
wia_lh.idl
|
||||||
|
winsxs.idl
|
||||||
|
wtypes.idl)
|
||||||
|
|
||||||
|
add_iid_library(iidlib ${SOURCE})
|
||||||
|
|
Loading…
Reference in a new issue