diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-02-06 15:58:03 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-02-06 15:58:03 +0100 |
commit | 1868e0ccf1beba675736c1d2c47579854110241e (patch) | |
tree | 125e38230b4708c2d0cf93ca52ab5caaf2be947f /CMakeLists.txt | |
parent | f8ca96a335acc6d37a2d41e44c2104255bce5e30 (diff) | |
download | PrismLauncher-1868e0ccf1beba675736c1d2c47579854110241e.tar.gz PrismLauncher-1868e0ccf1beba675736c1d2c47579854110241e.tar.bz2 PrismLauncher-1868e0ccf1beba675736c1d2c47579854110241e.zip |
GH-3229 fix copy seed button not working for newer worlds
Added the `optional-bare` library and refactored NBT reading
code to support this change.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b178462e..b91da735 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,6 +264,7 @@ add_subdirectory(libraries/rainbow) # Qt extension for colors add_subdirectory(libraries/iconfix) # fork of Qt's QIcon loader add_subdirectory(libraries/LocalPeer) # fork of a library from Qt solutions add_subdirectory(libraries/classparser) # google analytics library +add_subdirectory(libraries/optional-bare) ############################### Built Artifacts ############################### |