[Lib] Add libarchopenfpga to the dependency of librepackdesignconstraints
This commit is contained in:
parent
f1bfa2ef8c
commit
2a7601fb7e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue