[CDROM_NEW] Add the registry file to CMakeLists.txt

Addendum to 2f6abcc4c3
This commit is contained in:
Victor Perevertkin 2020-12-19 21:41:52 +03:00
parent 2f6abcc4c3
commit 97cf947919
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -38,4 +38,5 @@ target_link_libraries(cdrom wdf01000 ntoskrnl_vista libcntpr ${PSEH_LIB})
add_importlibs(cdrom ntoskrnl hal)
# add_pch(cdrom cdrom.h SOURCE)
add_cd_file(TARGET cdrom DESTINATION reactos/system32/drivers NO_CAB FOR all)
add_registry_inf(cdrom_reg.inf)
add_driver_inf(cdrom cdrom.inf)