[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / xolehlp / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
4 spec2def(xolehlp.dll xolehlp.spec)
5
6 list(APPEND SOURCE
7 xolehlp.c
8 ${CMAKE_CURRENT_BINARY_DIR}/xolehlp_stubs.c
9 ${CMAKE_CURRENT_BINARY_DIR}/xolehlp.def)
10
11 add_library(xolehlp MODULE ${SOURCE})
12 set_module_type(xolehlp win32dll)
13 target_link_libraries(xolehlp adsiid uuid wine)
14 add_importlibs(xolehlp msvcrt kernel32 ntdll)
15 add_cd_file(TARGET xolehlp DESTINATION reactos/system32 FOR all)