mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:16:36 +00:00
[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:
parent
d8c6ef5ef9
commit
019f21ee1d
31 changed files with 34 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue