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