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