reactos/lib/drivers/hidparser/CMakeLists.txt
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

14 lines
232 B
CMake

add_definitions(-DUNICODE -D_UNICODE)
list(APPEND SOURCE
context.c
hidparser.c
parser.c
api.c
parser.h)
add_library(hidparser ${SOURCE})
add_dependencies(hidparser bugcodes)
add_pch(hidparser parser.h SOURCE)