[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
|
#Specify link-time dependancies
|
||||||
target_link_libraries(librepackdc
|
target_link_libraries(librepackdc
|
||||||
libopenfpgautil
|
libopenfpgautil
|
||||||
|
libarchopenfpga
|
||||||
libvtrutil
|
libvtrutil
|
||||||
libpugixml
|
libpugixml
|
||||||
libpugiutil)
|
libpugiutil)
|
||||||
|
|
Loading…
Reference in New Issue