diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 11:48:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 11:48:09 +0200 |
commit | 8e764fc8fb2adcc4c1e7fc9895133fc1a23b2fba (patch) | |
tree | 8f43ab1f58a6b0fe35bdc472aae0fa9342e69be0 /launcher/CMakeLists.txt | |
parent | 31988f0529f6c316d6a9ba3e66cf981a807ed710 (diff) | |
parent | 4745ed28186f46de60de155826c8f2bfb54f45cb (diff) | |
download | PrismLauncher-8e764fc8fb2adcc4c1e7fc9895133fc1a23b2fba.tar.gz PrismLauncher-8e764fc8fb2adcc4c1e7fc9895133fc1a23b2fba.tar.bz2 PrismLauncher-8e764fc8fb2adcc4c1e7fc9895133fc1a23b2fba.zip |
Merge pull request #4 from flowln/modrinth_pack
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 7984d3c9..8e75be20 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -778,6 +778,8 @@ SET(LAUNCHER_SOURCES ui/pages/modplatform/modrinth/ModrinthPage.cpp ui/pages/modplatform/modrinth/ModrinthPage.h + ui/pages/modplatform/modrinth/ModrinthModel.cpp + ui/pages/modplatform/modrinth/ModrinthModel.h ui/pages/modplatform/technic/TechnicModel.cpp ui/pages/modplatform/technic/TechnicModel.h |