diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 47c5c9da..fc7c521b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -651,6 +651,10 @@ SET(MULTIMC_SOURCES logic/liteloader/LiteLoaderInstaller.cpp logic/liteloader/LiteLoaderVersionList.h logic/liteloader/LiteLoaderVersionList.cpp + + # Translations + logic/trans/TranslationDownloader.h + logic/trans/TranslationDownloader.cpp ) |