Browse Source

Link pcb_test_window with /SUBSYSTEM:WINDOWS

This is required for wx apps.
pull/5/merge
Simon Richter 8 years ago
committed by Wayne Stambaugh
parent
commit
d075387c24
  1. 2
      qa/pcb_test_window/CMakeLists.txt

2
qa/pcb_test_window/CMakeLists.txt

@ -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

Loading…
Cancel
Save