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

Add basic runner to start the driver

This commit is contained in:
momo5502
2022-03-15 18:57:19 +01:00
parent 81a2aff035
commit 7b77c1a0a6
15 changed files with 207 additions and 18 deletions

View File

@ -0,0 +1,7 @@
add_executable(runner
main.cpp
)
set_property(TARGET runner APPEND_STRING PROPERTY LINK_FLAGS " /MANIFESTUAC:\"level='requireAdministrator'\"")
add_dependencies(runner driver)