1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 18:51:53 +00:00

Add new and delete operator

This commit is contained in:
momo5502
2022-03-14 20:49:36 +01:00
parent 466a0e845e
commit 81a2aff035
6 changed files with 110 additions and 5 deletions

View File

@ -1,6 +1,7 @@
wdk_add_driver(driver
main.cpp
thread.cpp
new.cpp
)
cmake_path(NATIVE_PATH PROJECT_SOURCE_DIR NORMALIZE WINDOWS_PROJECT_DIR)