Add iidlib, a library containing all iids from the idl files

svn path=/branches/cmake-bringup/; revision=50560
This commit is contained in:
Timo Kreuzer 2011-01-29 17:57:34 +00:00
parent 1b389a39f8
commit cdf564ef64

View file

@ -111,3 +111,20 @@ endif()
add_idl_headers(psdk ${SOURCE})
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})