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

Update CMakeLists.txt

This commit is contained in:
Maurice Heumann
2022-05-11 08:16:27 +02:00
committed by GitHub
parent 33bc8d9036
commit 8480a6dedf

View File

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