Add build dependency on pcbcommon in qa test
The qa_pcbnew_util needs the pcb_lexer header that is generated as part of pcbcommon, so it must be built after pcbcommon.
This commit is contained in:
parent
daa41c663b
commit
aa95ff10df
|
@ -53,6 +53,10 @@ target_include_directories( qa_pcbnew_utils PUBLIC
|
||||||
${INC_AFTER}
|
${INC_AFTER}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_dependencies( qa_pcbnew_utils
|
||||||
|
pcbcommon
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries( qa_pcbnew_utils PUBLIC
|
target_link_libraries( qa_pcbnew_utils PUBLIC
|
||||||
qa_utils
|
qa_utils
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue