mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
19 lines
423 B
CMake
19 lines
423 B
CMake
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
|
|
ADD_TYPELIB(std_ole_v2 std_ole_v2.idl)
|
|
|
|
spec2def(stdole2.tlb stdole2.tlb.spec)
|
|
|
|
add_library(stdole2.tlb SHARED rsrc.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/stdole2.def)
|
|
|
|
set_entrypoint(stdole2.tlb 0)
|
|
set_target_properties(stdole2.tlb PROPERTIES SUFFIX "")
|
|
|
|
|
|
|
|
add_dependencies(stdole2.tlb std_ole_v2)
|
|
add_cab_target(stdole2.tlb 1)
|