reactos/drivers/storage/port/storahci/CMakeLists.txt
Victor Perevertkin 99f16dc8a7
[STORAHCI] Do not put the driver onto cd
Meanwhile, fix add_registry_inf usage (it is really a driver inf)
2020-12-05 18:06:42 +03:00

12 lines
325 B
CMake

add_definitions(-DDEBUG)
list(APPEND SOURCE
storahci.c)
add_library(storahci MODULE ${SOURCE} storahci.rc)
set_module_type(storahci kernelmodedriver)
add_importlibs(storahci storport ntoskrnl hal)
#add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all)
#add_driver_inf(storahci storahci.inf)