mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
5 lines
137 B
CMake
5 lines
137 B
CMake
|
|
add_library(beep SHARED beep.c beep.rc)
|
|
set_module_type(beep kernelmodedriver)
|
|
add_importlibs(beep ntoskrnl hal)
|
|
add_cab_target(beep 2)
|