[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / pstorec / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 spec2def(pstorec.dll pstorec.spec)
4
5 list(APPEND SOURCE
6 pstorec.c
7 ${CMAKE_CURRENT_BINARY_DIR}/pstorec_stubs.c
8 ${CMAKE_CURRENT_BINARY_DIR}/pstorec.def)
9
10 add_typelib(pstorec_tlb.idl)
11 set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/pstorec_tlb.tlb)
12 add_library(pstorec MODULE ${SOURCE} rsrc.rc)
13 set_module_type(pstorec win32dll)
14 target_link_libraries(pstorec uuid wine)
15 add_importlibs(pstorec msvcrt kernel32 ntdll)
16 add_dependencies(pstorec stdole2)
17 add_cd_file(TARGET pstorec DESTINATION reactos/system32 FOR all)