mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
bbecbe25fc
- Improve base and bus drivers. svn path=/branches/cmake-bringup/; revision=49468
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)
|