Skip to content

Commit

Permalink
Do not show the console on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed May 2, 2024
1 parent 688fac7 commit a685180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OpenBlok executable settings
add_executable(openblok main.cpp)
add_executable(openblok WIN32 main.cpp)

configure_file(version.h.in generated/version.h @ONLY)
target_include_directories(openblok PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/generated")
Expand Down

0 comments on commit a685180

Please sign in to comment.