From 6c364dc99766bfd3bd86cd262db37b1a766dca1e Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Wed, 6 Oct 2021 20:13:43 +0200 Subject: Add an implementation of tabfile The original one is a horrible thing. Now we're self-reliant. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e1cff26..bd42553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) -- cgit v1.2.3-70-g09d2