mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
17 lines
429 B
CMake
17 lines
429 B
CMake
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
ADD_TYPELIB(std_ole_v1 std_ole_v1.idl)
|
|
|
|
spec2def(stdole32.tlb stdole32.tlb.spec)
|
|
|
|
add_library(stdole32.tlb SHARED rsrc.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/stdole32.def)
|
|
|
|
set_entrypoint(stdole32.tlb 0)
|
|
set_target_properties(stdole32.tlb PROPERTIES SUFFIX "")
|
|
|
|
add_dependencies(stdole32.tlb std_ole_v1)
|
|
add_cab_target(stdole32.tlb 1)
|