qa_eeschema build: fix missing library in library link list.

The issue was created by my commit 19e92c9.
This commit is contained in:
jean-pierre charras 2019-12-29 14:07:17 +01:00
parent 19e92c9d11
commit 04aa45c25c
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ target_link_libraries( qa_eeschema
common
qa_utils
unit_test_utils
markdown_lib
${GDI_PLUS_LIBRARIES}
${Boost_LIBRARIES}
)