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
|
#Specify link-time dependancies
|
||||||
target_link_libraries(libvpr8
|
target_link_libraries(libvpr8
|
||||||
libvtrutil
|
libvtrutil
|
||||||
libarchfpga
|
libopenfpgautil
|
||||||
libsdcparse
|
libarchfpga
|
||||||
libblifparse
|
libsdcparse
|
||||||
libtatum
|
libblifparse
|
||||||
libargparse
|
libtatum
|
||||||
libpugixml)
|
libargparse
|
||||||
|
libpugixml)
|
||||||
|
|
||||||
#link graphics library only when graphics set to on
|
#link graphics library only when graphics set to on
|
||||||
if (VPR_USE_EZGL STREQUAL "on")
|
if (VPR_USE_EZGL STREQUAL "on")
|
||||||
|
|
Loading…
Reference in New Issue