Parse hints.ini for translatable text as part of gettext_make_pot

This commit is contained in:
David Kocik 2021-08-23 16:26:47 +02:00
parent e5f0099ded
commit d96f75105f
5 changed files with 121 additions and 0 deletions

12
src/hints/CMakeLists.txt Normal file
View file

@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 3.13)
project(HintsToPot)
add_executable(hintsToPot
HintsToPot.cpp)
target_link_libraries(hintsToPot PRIVATE boost_libs)
#encoding_check(HintsToPot)