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

More irp implementation

This commit is contained in:
momo5502
2022-04-03 19:10:04 +02:00
parent 01ed54e8a2
commit 42c7f649f9
12 changed files with 271 additions and 4 deletions

View File

@ -13,3 +13,7 @@ target_precompile_headers(runner
set_property(TARGET runner APPEND_STRING PROPERTY LINK_FLAGS " /MANIFESTUAC:\"level='requireAdministrator'\"")
add_dependencies(runner driver)
target_link_libraries(runner
shared
)