qa_eeschema build: fix missing library in library link list.
The issue was created by my commit 19e92c9
.
This commit is contained in:
parent
19e92c9d11
commit
04aa45c25c
|
@ -61,6 +61,7 @@ target_link_libraries( qa_eeschema
|
||||||
common
|
common
|
||||||
qa_utils
|
qa_utils
|
||||||
unit_test_utils
|
unit_test_utils
|
||||||
|
markdown_lib
|
||||||
${GDI_PLUS_LIBRARIES}
|
${GDI_PLUS_LIBRARIES}
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue