* Sync up to trunk head (r65074).
[reactos.git] / drivers / setup / blue / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
3
4 list(APPEND SOURCE
5 blue.c
6 font.c
7 blue.h)
8
9 add_library(blue SHARED ${SOURCE} blue.rc)
10 set_module_type(blue kernelmodedriver)
11 add_importlibs(blue ntoskrnl hal)
12 add_pch(blue blue.h SOURCE)
13 add_cd_file(TARGET blue DESTINATION reactos/system32/drivers NO_CAB FOR all)