diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-06-19 12:50:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 12:50:21 +0200 |
commit | 5f8d07c0092b6cc44f81104a3d7f9e7e49d9df5d (patch) | |
tree | 8fe8110d91c112d5596610df8045801e23e7212b /api/logic/CMakeLists.txt | |
parent | 25955c08179a9077ca7eef89d0f72eb7803bec08 (diff) | |
parent | b246fc171e1e8c747b0aedd6b0b47b923cc8cfb7 (diff) | |
download | PrismLauncher-5f8d07c0092b6cc44f81104a3d7f9e7e49d9df5d.tar.gz PrismLauncher-5f8d07c0092b6cc44f81104a3d7f9e7e49d9df5d.tar.bz2 PrismLauncher-5f8d07c0092b6cc44f81104a3d7f9e7e49d9df5d.zip |
Merge pull request #3875 from jamierocks/feature/gh-3033
GH-3033 Add filtering for version components
Diffstat (limited to 'api/logic/CMakeLists.txt')
-rw-r--r-- | api/logic/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/logic/CMakeLists.txt b/api/logic/CMakeLists.txt index c3322955..17e22458 100644 --- a/api/logic/CMakeLists.txt +++ b/api/logic/CMakeLists.txt @@ -302,6 +302,10 @@ set(MINECRAFT_SOURCES minecraft/mod/ModFolderLoadTask.cpp minecraft/mod/LocalModParseTask.h minecraft/mod/LocalModParseTask.cpp + minecraft/mod/ResourcePackFolderModel.h + minecraft/mod/ResourcePackFolderModel.cpp + minecraft/mod/TexturePackFolderModel.h + minecraft/mod/TexturePackFolderModel.cpp # Assets minecraft/AssetsUtils.h |