Merge my current work done on the kd++ branch:
[reactos.git] / reactos / lib / drivers / hidparser / CMakeLists.txt
1
2 add_definitions(
3 -DUNICODE -D_UNICODE
4 -DNDEBUG)
5
6 list(APPEND SOURCE
7 context.c
8 hidparser.c
9 parser.c
10 api.c)
11
12 add_library(hidparser ${SOURCE})
13 add_dependencies(hidparser bugcodes)
14