mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
22 lines
592 B
CMake
22 lines
592 B
CMake
# Code generated by Visual Studio kit, DO NOT EDIT.
|
|
set(SourceFiles
|
|
"../include/components/spinlock/code/Spinlock.c"
|
|
"../include/platform/kernel/code/PlatformMem.c"
|
|
"code/Logging.c"
|
|
"code/UnloadDll.c"
|
|
"../include/components/spinlock/header/Spinlock.h"
|
|
"../include/platform/kernel/header/Environment.h"
|
|
"../include/platform/kernel/header/PlatformMem.h"
|
|
"header/Logging.h"
|
|
"header/pch.h"
|
|
"header/UnloadDll.h"
|
|
"hypertrace.def"
|
|
)
|
|
include_directories(
|
|
"../include"
|
|
"header"
|
|
)
|
|
wdk_add_library(hypertrace SHARED
|
|
KMDF 1.15
|
|
${SourceFiles}
|
|
)
|