Commit db33a7c7 authored by Leif Walsh's avatar Leif Walsh

#6 rename ftdump to tokuftdump

parent 8a563400
......@@ -91,7 +91,7 @@ target_link_libraries(ft LINK_PUBLIC z)
target_link_libraries(ft_static LINK_PRIVATE lzma)
## build the bins in this directory
foreach(tool ftdump tdb_logprint tdb-recover ftverify)
foreach(tool tokuftdump tdb_logprint tdb-recover ftverify)
add_executable(${tool} ${tool})
add_dependencies(${tool} install_tdb_h)
target_link_libraries(${tool} ft_static util_static z lzma ${LIBTOKUPORTABILITY}_static ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_SYSTEM_LIBS})
......@@ -102,7 +102,7 @@ endforeach(tool)
target_link_libraries(ftverify m)
install(
TARGETS ftdump
TARGETS tokuftdump
DESTINATION bin
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment