1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00

More cleanup and hypervisor progress

This commit is contained in:
momo5502
2022-03-27 10:48:24 +02:00
parent 6ce3597bd3
commit 8fcaaf5cbf
22 changed files with 324 additions and 60 deletions

View File

@ -5,7 +5,7 @@ file(GLOB driver_headers ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
wdk_add_driver(driver
${driver_sources}
${driver_header}
${driver_headers}
)
target_precompile_headers(driver
PRIVATE std_include.hpp