mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
29 lines
484 B
CMake
29 lines
484 B
CMake
# Code generated by Visual Studio kit, DO NOT EDIT.
|
|
set(SourceFiles
|
|
"common.c"
|
|
"hardware.c"
|
|
"ioaccess.c"
|
|
"uartio.c"
|
|
"apm88xxxx.c"
|
|
"bcm2835.c"
|
|
"msm8974.c"
|
|
"msm8x60.c"
|
|
"mx6uart.c"
|
|
"nvidia.c"
|
|
"omap.c"
|
|
"pl011.c"
|
|
"sam5250.c"
|
|
"sdm845.c"
|
|
"spimax311.c"
|
|
"uart16550.c"
|
|
"usif.c"
|
|
"kdcom.h"
|
|
"uartp.h"
|
|
"common.h"
|
|
"win11sdk.h"
|
|
"kdserial.def"
|
|
)
|
|
wdk_add_library(kdserial SHARED
|
|
KMDF 1.15
|
|
${SourceFiles}
|
|
)
|