mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
10 lines
314 B
CMake
10 lines
314 B
CMake
spec2def(bdasup.sys bdasup.spec ADD_IMPORTLIB)
|
|
|
|
add_library(bdasup SHARED
|
|
bdasup.c
|
|
${CMAKE_CURRENT_BINARY_DIR}/bdasup.def)
|
|
|
|
set_module_type(bdasup kernelmodedriver ENTRYPOINT 0)
|
|
add_importlibs(bdasup ks ntoskrnl hal)
|
|
add_cd_file(TARGET bdasup DESTINATION reactos/system32/drivers FOR all)
|
|
|