mirror of https://github.com/openXC7/prjxray.git
6 lines
135 B
CMake
6 lines
135 B
CMake
|
|
add_executable(bits2rbt bits2rbt.cc
|
||
|
|
configuration_packets.cc
|
||
|
|
header.cc
|
||
|
|
ecc.cc)
|
||
|
|
target_link_libraries(bits2rbt absl::strings gflags)
|