aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-17 09:46:11 -0700
committerkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-17 09:46:11 -0700
commite668aa0f95f4f56a1ac4320f014662d279c22708 (patch)
tree7462597a5b709081b15c224d928b36018c74248f /CMakeLists.txt
parent13afad80fb9b17503621dc63509113203af8887c (diff)
downloadPrismLauncher-e668aa0f95f4f56a1ac4320f014662d279c22708.tar.gz
PrismLauncher-e668aa0f95f4f56a1ac4320f014662d279c22708.tar.bz2
PrismLauncher-e668aa0f95f4f56a1ac4320f014662d279c22708.zip
switch to new toml library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfba3430..4ea92f68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -265,7 +265,7 @@ 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)
-add_subdirectory(libraries/toml11) # toml parser
+add_subdirectory(libraries/tomlc99) # toml parser
############################### Built Artifacts ###############################