QA tests: fix a build issue on msys2, due to changes in commit 5622a51
This commit is contained in:
parent
037c70106b
commit
dc71efbcb2
|
@ -28,10 +28,13 @@ endif()
|
|||
|
||||
set( K2S_TEST_SRCS
|
||||
test_module.cpp
|
||||
|
||||
pcb/test_base.cpp
|
||||
)
|
||||
|
||||
if( MINGW )
|
||||
list( APPEND K2S_TEST_SRCS ${CMAKE_SOURCE_DIR}/common/streamwrapper.cpp )
|
||||
endif( MINGW )
|
||||
|
||||
add_executable( qa_kicad2step ${K2S_TEST_SRCS} )
|
||||
|
||||
target_link_libraries( qa_kicad2step
|
||||
|
|
Loading…
Reference in New Issue