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

Extract into library

This commit is contained in:
Maurice Heumann
2022-12-27 16:27:33 +01:00
parent f8f636a829
commit 28dd94f2ef
31 changed files with 279 additions and 237 deletions

View File

@ -6,15 +6,14 @@ add_executable(runner #WIN32
${runner_headers}
)
target_precompile_headers(runner
PRIVATE std_include.hpp
target_precompile_headers(runner PRIVATE
std_include.hpp
)
set_property(TARGET runner APPEND_STRING PROPERTY LINK_FLAGS " /MANIFESTUAC:\"level='requireAdministrator'\"")
target_link_libraries(runner
shared
driver_file
target_link_libraries(runner PRIVATE
library
)
set_source_files_properties(resource.rc PROPERTIES LANGUAGE RC)