[Lib] Add libarchopenfpga to the dependency of librepackdesignconstraints

This commit is contained in:
tangxifan 2021-01-16 17:14:51 -07:00
parent f1bfa2ef8c
commit 2a7601fb7e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ set_target_properties(librepackdc PROPERTIES PREFIX "") #Avoid extra 'lib' prefi
#Specify link-time dependancies
target_link_libraries(librepackdc
libopenfpgautil
libarchopenfpga
libvtrutil
libpugixml
libpugiutil)