[HIDParser] Fix MSVC build

Attempt to fix build for MSVC.
This effected local build GCC system with newer Ninja version. Not sure
if this has an effect.
This commit is contained in:
jimtabor 2019-05-02 14:33:07 -05:00
parent 5164c852e8
commit b3b40b35c9

View file

@ -13,9 +13,7 @@ list(APPEND SOURCE
add_library(hidparser_um ${SOURCE})
add_importlibs(hidparser_um ntdll)
add_dependencies(hidparser_um bugcodes xdk)
add_pch(hidparser_um parser.h SOURCE)
add_library(hidparser_km ${SOURCE})
add_importlibs(hidparser_km ntoskrnl)
add_dependencies(hidparser_km bugcodes xdk)
add_pch(hidparser_km parser.h SOURCE)