mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
10 lines
160 B
CMake
10 lines
160 B
CMake
|
|
add_library(vbemp SHARED
|
|
edid.c
|
|
vbemp.c
|
|
vbemp.rc)
|
|
|
|
set_module_type(vbemp kernelmodedriver)
|
|
add_importlibs(vbemp videoprt)
|
|
|
|
add_cab_target(vbemp 2)
|