move rr_gsb and rr_chan to tileable rr_graph builder
This commit is contained in:
parent
4b7d2221d1
commit
6e83154703
|
@ -56,13 +56,14 @@ set_target_properties(libvpr8 PROPERTIES PREFIX "") #Avoid extra 'lib' prefix
|
|||
|
||||
#Specify link-time dependancies
|
||||
target_link_libraries(libvpr8
|
||||
libvtrutil
|
||||
libarchfpga
|
||||
libsdcparse
|
||||
libblifparse
|
||||
libtatum
|
||||
libargparse
|
||||
libpugixml)
|
||||
libvtrutil
|
||||
libopenfpgautil
|
||||
libarchfpga
|
||||
libsdcparse
|
||||
libblifparse
|
||||
libtatum
|
||||
libargparse
|
||||
libpugixml)
|
||||
|
||||
#link graphics library only when graphics set to on
|
||||
if (VPR_USE_EZGL STREQUAL "on")
|
||||
|
|
Loading…
Reference in New Issue