[CMAKE]
[reactos.git] / drivers / video / 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
10 target_link_libraries(vbemp libcntpr)
11
12 add_cab_target(vbemp 2)