b8c2fe5082f82d551bbfb54a86c04e7e82e3b909
[reactos.git] / dll / win32 / stdole32.tlb / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3
4 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
5
6 ADD_TYPELIB(std_ole_v1 std_ole_v1.idl)
7
8 spec2def(stdole32.tlb stdole32.tlb.spec)
9
10 add_library(stdole32.tlb SHARED rsrc.rc
11 ${CMAKE_CURRENT_BINARY_DIR}/stdole32.def)
12
13 set_entrypoint(stdole32.tlb 0)
14 set_target_properties(stdole32.tlb PROPERTIES SUFFIX "")
15
16 add_dependencies(stdole32.tlb std_ole_v1)
17 add_cab_target(stdole32.tlb 1)