cmake: add build translations option

This commit is contained in:
tobtoht
2026-06-21 22:50:13 +02:00
parent b9d139c425
commit ee052f7872
3 changed files with 18 additions and 3 deletions
+7
View File
@@ -33,7 +33,14 @@
#include <map>
#include "file_io_utils.h"
#include "common/i18n.h"
#if __has_include("translation_files.h")
#include "translation_files.h"
#else
static bool find_embedded_file(const std::string &name, std::string &data) {
return false;
}
#endif
#include <boost/system/error_code.hpp>
#include <boost/filesystem.hpp>