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:
@ -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
|
||||
)
|
Reference in New Issue
Block a user