1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00
This commit is contained in:
momo5502
2022-03-27 17:51:55 +02:00
parent 630b631692
commit c62cc44a53
5 changed files with 55 additions and 51 deletions

3
external/ia32-doc.cmake vendored Normal file
View File

@ -0,0 +1,3 @@
add_library(ia32_doc INTERFACE)
target_include_directories(ia32_doc INTERFACE ia32-doc/out)