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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}
)