Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/libezgl
/
.
/
utils
/
route_diag
/
CMakeLists.txt
blob: 972180f22633d46c112ff9e799cba1c7c77f3552 [
file
] [
log
] [
blame
] [
edit
]
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
)