aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-15 23:19:01 -0700
committerkumquat-ir <66188216+kumquat-ir@users.noreply.github.com>2021-04-15 23:19:01 -0700
commit42253150e43fa4289130d4b53729e618908a251e (patch)
tree2523976f18503837a72dc2fadfba3304d774fab5 /CMakeLists.txt
parent8b926d29d7aef9c7bbcb25ec9bfbf0ad314a8d72 (diff)
downloadPrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.gz
PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.bz2
PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.zip
add toml11 as dependency
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 1c93e7a9..cfba3430 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -265,6 +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
############################### Built Artifacts ###############################