aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-02-06 15:58:03 +0100
committerPetr Mrázek <peterix@gmail.com>2021-02-06 15:58:03 +0100
commit1868e0ccf1beba675736c1d2c47579854110241e (patch)
tree125e38230b4708c2d0cf93ca52ab5caaf2be947f /CMakeLists.txt
parentf8ca96a335acc6d37a2d41e44c2104255bce5e30 (diff)
downloadPrismLauncher-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.txt1
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 ###############################