Link pcb_test_window with /SUBSYSTEM:WINDOWS

This is required for wx apps.
This commit is contained in:
Simon Richter 2017-12-06 03:42:38 +01:00 committed by Wayne Stambaugh
parent 227afe77c0
commit d075387c24
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ endif()
add_dependencies( pnsrouter pcbcommon pcad2kicadpcb ${GITHUB_PLUGIN_LIBRARIES} )
add_executable(test_window
add_executable(test_window WIN32
test.cpp
../common/pcb_test_frame.cpp
../common/mocks.cpp