diff options
author | robotbrain <robotbrainify@gmail.com> | 2014-09-29 20:05:44 -0400 |
---|---|---|
committer | robotbrain <robotbrainify@gmail.com> | 2014-09-30 16:22:39 -0400 |
commit | bbdf5c1395752802b6ba62116c9408e14527a5c6 (patch) | |
tree | bd9c5e9e28edaf15ed88a80b0f61b096d85004cc /CMakeLists.txt | |
parent | 382e167d646db75860ac21fabae5d3c1a7d4ddb6 (diff) | |
download | MultiMC-bbdf5c1395752802b6ba62116c9408e14527a5c6.tar MultiMC-bbdf5c1395752802b6ba62116c9408e14527a5c6.tar.gz MultiMC-bbdf5c1395752802b6ba62116c9408e14527a5c6.tar.lz MultiMC-bbdf5c1395752802b6ba62116c9408e14527a5c6.tar.xz MultiMC-bbdf5c1395752802b6ba62116c9408e14527a5c6.zip |
Translation downloading!
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 ) |