From 06156b3034353cc1d62b4f825b1fcad799e944eb Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 22 Mar 2021 14:29:20 +0200 Subject: Lang: Began replacing UI strings with IDs IssueID #192 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d692025b..2166acc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,8 @@ set (SOURCES src/history.h src/ipc.c src/ipc.h + src/lang.c + src/lang.h src/lookup.c src/lookup.h src/media.c -- cgit v1.2.3