reactos/drivers/setup/blue/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

10 lines
288 B
CMake

include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
add_library(blue SHARED blue.c font.c blue.rc)
add_pch(blue blue.h)
set_module_type(blue kernelmodedriver)
add_importlibs(blue ntoskrnl hal)
add_cd_file(TARGET blue DESTINATION reactos/system32/drivers NO_CAB FOR all)