Add an implementation of tabfile

The original one is a horrible thing.  Now we're self-reliant.
This commit is contained in:
2021-10-06 20:13:43 +02:00
parent 690402f2e1
commit 6c364dc997
3 changed files with 165 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ if (gtk_FOUND)
endif ()
# Tools
set (tools add-pronunciation query-tool transform)
set (tools tabfile add-pronunciation query-tool transform)
foreach (tool ${tools})
add_executable (${tool} EXCLUDE_FROM_ALL
src/${tool}.c ${project_common_sources})