mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
14 lines
203 B
CMake
14 lines
203 B
CMake
|
|
add_definitions(
|
|
-DUNICODE -D_UNICODE
|
|
-DNDEBUG)
|
|
|
|
list(APPEND SOURCE
|
|
context.c
|
|
hidparser.c
|
|
parser.c
|
|
api.c)
|
|
|
|
add_library(hidparser ${SOURCE})
|
|
add_dependencies(hidparser bugcodes)
|
|
|