Tag kicad2step as using WIN32 API
wxWidgets for Windows uses the WIN32 subsystem, not CONSOLE.
This commit is contained in:
parent
8e27cf3a04
commit
8dcbd1e6d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue