mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
9 lines
288 B
CMake
9 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)
|