Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
34ca6fbd6d475bbe02e5fbfc3491bd339df8c9a6
/
.
/
utils
/
route_diag
/
CMakeLists.txt
blob: 972180f22633d46c112ff9e799cba1c7c77f3552 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.9)
cmake_policy(VERSION 3.9)
project("route_diag")
add_executable(route_diag src/main.cpp)
target_link_libraries(route_diag
libvpr
)