* Sync the recent cmake branch changes.
[reactos.git] / drivers / storage / class / ramdisk / CMakeLists.txt
1
2 include_directories(..)
3
4 add_library(ramdisk SHARED ramdisk.c ramdisk.rc)
5
6 set_module_type(ramdisk kernelmodedriver)
7 add_importlibs(ramdisk
8 ntoskrnl
9 hal)
10
11 add_cd_file(TARGET ramdisk DESTINATION reactos/system32/drivers NO_CAB FOR all)