- Synchronize up to trunk's revision r57864.
[reactos.git] / drivers / setup / blue / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
3
4 add_library(blue SHARED blue.c font.c blue.rc)
5
6 add_pch(blue blue.h)
7 set_module_type(blue kernelmodedriver)
8 add_importlibs(blue ntoskrnl hal)
9 add_cd_file(TARGET blue DESTINATION reactos/system32/drivers NO_CAB FOR all)