Tag kicad2step as using WIN32 API

wxWidgets for Windows uses the WIN32 subsystem, not CONSOLE.
This commit is contained in:
Simon Richter 2020-04-15 21:11:49 +02:00
parent 8e27cf3a04
commit 8dcbd1e6d2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if( MINGW )
list( APPEND K2S_FILES ${CMAKE_SOURCE_DIR}/common/streamwrapper.cpp )
endif( MINGW )
add_executable( kicad2step ${K2S_FILES} )
add_executable( kicad2step WIN32 ${K2S_FILES} )
target_link_libraries( kicad2step
kicad2step_lib