mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
12 lines
244 B
CMake
12 lines
244 B
CMake
|
|
include_directories(..)
|
|
|
|
add_library(ramdisk SHARED ramdisk.c ramdisk.rc)
|
|
|
|
set_module_type(ramdisk kernelmodedriver)
|
|
add_importlibs(ramdisk
|
|
ntoskrnl
|
|
hal)
|
|
|
|
add_cd_file(TARGET ramdisk DESTINATION reactos/system32/drivers NO_CAB FOR all)
|