diff options
author | Riceball LEE <snowyu.lee@gmail.com> | 2021-11-01 20:27:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 12:27:46 +0000 |
commit | 693f98373bc4681d8eac1ab898f9ca9b9c9860d2 (patch) | |
tree | 638b1434b4a693c33cfc9f34eba23766503d5f78 /src/unittest/CMakeLists.txt | |
parent | 6910c8d920acedb3f1df1ac03a5cdf14f5fb6081 (diff) | |
download | minetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.tar.gz minetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.tar.bz2 minetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.zip |
Localize error messages in mainmenu (#11495)
Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
Diffstat (limited to 'src/unittest/CMakeLists.txt')
-rw-r--r-- | src/unittest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unittest/CMakeLists.txt b/src/unittest/CMakeLists.txt index 52f870901..4d295e4ed 100644 --- a/src/unittest/CMakeLists.txt +++ b/src/unittest/CMakeLists.txt @@ -33,6 +33,7 @@ set (UNITTEST_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/test_voxelarea.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_voxelalgorithms.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_voxelmanipulator.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_gettext.cpp PARENT_SCOPE) set (UNITTEST_CLIENT_SRCS |