[USER32_WSPRINTF]
[reactos.git] / reactos / win32ss / drivers / miniport / vbe / CMakeLists.txt
1
2 add_library(vbemp SHARED
3 edid.c
4 vbemp.c
5 vbemp.rc)
6
7 set_module_type(vbemp kernelmodedriver)
8 add_importlibs(vbemp videoprt)
9 add_pch(vbemp vbemp.h)
10 target_link_libraries(vbemp libcntpr)
11 add_cd_file(TARGET vbemp DESTINATION reactos/system32/drivers FOR all)