mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
13 lines
232 B
CMake
13 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)
|