[THEMES]
[reactos.git] / reactos / lib / drivers / hidparser / CMakeLists.txt
1
2 add_definitions(-DUNICODE -D_UNICODE)
3
4 list(APPEND SOURCE
5 context.c
6 hidparser.c
7 parser.c
8 api.c)
9
10 add_library(hidparser ${SOURCE})
11 add_dependencies(hidparser bugcodes)
12