Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
f7bc1618298493a595907bd3145a3f374ee0c66b
/
.
/
tatumparse_test
/
CMakeLists.txt
blob: 395e866033801302ad8acecf99ca7add49cdd603 [
file
] [
log
] [
blame
]
project("tatumparse_test")
file(GLOB_RECURSE EXEC_SOURCES *.cpp)
add_executable(tatumparse_test ${EXEC_SOURCES})
target_link_libraries(tatumparse_test libtatumparse)