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