QA tests: fix a build issue on msys2, due to changes in commit 5622a51

This commit is contained in:
jean-pierre charras 2021-12-15 10:13:45 +01:00
parent 037c70106b
commit dc71efbcb2
1 changed files with 4 additions and 1 deletions

View File

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