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

Prepare adding the launcher

This commit is contained in:
momo5502
2022-05-10 20:07:58 +02:00
parent c71541bdbb
commit 33bc8d9036
28 changed files with 2330 additions and 2 deletions

View File

@ -1,5 +1,5 @@
file(GLOB runner_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
file(GLOB runner_headers ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
file(GLOB_RECURSE runner_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
file(GLOB_RECURSE runner_headers ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
add_executable(runner
${runner_sources}