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