mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
5 lines
139 B
CMake
5 lines
139 B
CMake
|
|
add_library(vmx_svga SHARED vmx_svga.c vmx_svga.rc)
|
|
set_module_type(vmx_svga kernelmodedriver)
|
|
add_importlibs(vmx_svga ntoskrnl videoprt)
|