Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / drivers / hidparser / CMakeLists.txt
diff --git a/reactos/sdk/lib/drivers/hidparser/CMakeLists.txt b/reactos/sdk/lib/drivers/hidparser/CMakeLists.txt
deleted file mode 100644 (file)
index 1becfe5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-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 xdk)
-add_pch(hidparser parser.h SOURCE)