[MEDIA][CMAKE] Create add_driver_inf cmake function

*.inf files for drivers can now be placed along with the driver code
This commit is contained in:
Victor Perevertkin 2020-04-26 19:50:44 +03:00
parent d8c6ef5ef9
commit 019f21ee1d
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
31 changed files with 34 additions and 27 deletions

View file

@ -10,3 +10,4 @@ set_module_type(processr kernelmodedriver)
add_importlibs(processr hal ntoskrnl)
add_pch(processr processr.h SOURCE)
add_cd_file(TARGET processr DESTINATION reactos/system32/drivers FOR all)
add_driver_inf(processr cpu.inf)