mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 02:31:51 +00:00
Progress
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
file(GLOB runner_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
|
||||
file(GLOB runner_headers ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
|
||||
|
||||
add_executable(runner
|
||||
main.cpp
|
||||
driver.cpp
|
||||
service_handle.cpp
|
||||
native_handle.cpp
|
||||
driver_device.cpp
|
||||
${runner_sources}
|
||||
${runner_headers}
|
||||
)
|
||||
|
||||
target_precompile_headers(runner
|
||||
|
Reference in New Issue
Block a user