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