[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / esent / CMakeLists.txt
1
2 spec2def(esent.dll esent.spec)
3
4 list(APPEND SOURCE
5 ${CMAKE_CURRENT_BINARY_DIR}/esent_stubs.c)
6
7 add_library(esent MODULE
8 ${SOURCE}
9 ${CMAKE_CURRENT_BINARY_DIR}/esent.def)
10
11 set_module_type(esent win32dll)
12 add_importlibs(esent msvcrt kernel32 ntdll)
13 add_cd_file(TARGET esent DESTINATION reactos/system32 FOR all)