Link pcb_test_window with /SUBSYSTEM:WINDOWS
This is required for wx apps.
This commit is contained in:
parent
227afe77c0
commit
d075387c24
|
@ -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…
Reference in New Issue