This really needs to go in a branch. It needs heavy testing and can't coincide with...
[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 set_module_type(blue kernelmodedriver)
7 add_importlibs(blue ntoskrnl hal)
8
9 add_cd_file(TARGET blue DESTINATION reactos/system32/drivers NO_CAB FOR all)