Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
8d73e272f53eecfcbc9525001dddd622c86aee97
/
.
/
libs
/
EXTERNAL
/
libtatum
/
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)