[CMAKE]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 29 Jan 2011 17:57:34 +0000 (17:57 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 29 Jan 2011 17:57:34 +0000 (17:57 +0000)
Add iidlib, a library containing all iids from the idl files

svn path=/branches/cmake-bringup/; revision=50560

include/psdk/CMakeLists.txt

index db9fa09..ef716ba 100644 (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})