* Sync up to trunk r55544.
[reactos.git] / dll / win32 / stdole32.tlb / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 add_typelib(std_ole_v1.idl)
6
7 set_rc_compiler()
8 spec2def(stdole32.tlb stdole32.tlb.spec)
9
10 list(APPEND SOURCE
11 rsrc.rc
12 ${CMAKE_CURRENT_BINARY_DIR}/stdole32.def)
13
14 set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/std_ole_v1.tlb)
15
16 add_library(stdole32.tlb SHARED ${SOURCE})
17 set_module_type(stdole32.tlb module)
18 set_target_properties(stdole32.tlb PROPERTIES SUFFIX "")
19 add_cd_file(TARGET stdole32.tlb DESTINATION reactos/system32 FOR all)