mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
5 lines
184 B
CMake
5 lines
184 B
CMake
|
|
add_library(beep SHARED beep.c beep.rc)
|
|
set_module_type(beep kernelmodedriver)
|
|
add_importlibs(beep ntoskrnl hal)
|
|
add_cd_file(TARGET beep DESTINATION reactos/system32/drivers FOR all)
|