diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-14 08:13:41 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-14 08:13:41 +0200 |
commit | 77e80665422c4e97e2286418ab55e20c4030023b (patch) | |
tree | fe8b8d19de00e07f6bb8908a0be1973f9e93dd9a /backend/CMakeLists.txt | |
parent | ff33d4a1a48abf1442cde77c2253f071d0870d50 (diff) | |
download | PrismLauncher-77e80665422c4e97e2286418ab55e20c4030023b.tar.gz PrismLauncher-77e80665422c4e97e2286418ab55e20c4030023b.tar.bz2 PrismLauncher-77e80665422c4e97e2286418ab55e20c4030023b.zip |
Working on legacy support, incomplete.
Diffstat (limited to 'backend/CMakeLists.txt')
-rw-r--r-- | backend/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 68d01f08..7a92d5cf 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -28,6 +28,8 @@ BaseUpdate.h BaseInstance.h BaseInstance_p.h MinecraftProcess.h +Mod.h +ModList.h # network stuffs net/DownloadJob.h @@ -38,6 +40,7 @@ net/NetWorker.h LegacyInstance.h LegacyInstance_p.h LegacyUpdate.h +LegacyForge.h # 1.6 instances OneSixAssets.h @@ -68,6 +71,8 @@ InstanceFactory.cpp BaseUpdate.cpp BaseInstance.cpp MinecraftProcess.cpp +Mod.cpp +ModList.cpp # network stuffs net/NetWorker.cpp @@ -76,6 +81,7 @@ net/DownloadJob.cpp # legacy instances LegacyInstance.cpp LegacyUpdate.cpp +LegacyForge.cpp # 1.6 instances OneSixAssets.cpp |