1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00

Add version info

This commit is contained in:
Maurice Heumann
2022-12-27 16:38:58 +01:00
parent 938d929de6
commit 90889e7d32
4 changed files with 103 additions and 2 deletions

View File

@ -37,6 +37,11 @@ target_link_options(driver PRIVATE
"/IGNORE:4210"
)
set_source_files_properties(resource.rc PROPERTIES LANGUAGE RC)
target_sources(driver PRIVATE
resource.rc
)
set_target_properties(driver PROPERTIES OUTPUT_NAME "hyperhook")
################################################