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

Add exception support

This commit is contained in:
momo5502
2022-03-15 21:07:47 +01:00
parent 9823c7d62e
commit f744238aad
7 changed files with 65 additions and 1 deletions

View File

@ -33,6 +33,7 @@ endmacro()
macro(enable_driver_support)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/external/FindWDK/cmake")
find_package(WDK REQUIRED)
list(REMOVE_ITEM WDK_COMPILE_FLAGS /kernel)
endmacro()
##########################################