diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-15 23:19:01 -0700 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2021-04-15 23:19:01 -0700 |
commit | 42253150e43fa4289130d4b53729e618908a251e (patch) | |
tree | 2523976f18503837a72dc2fadfba3304d774fab5 /CMakeLists.txt | |
parent | 8b926d29d7aef9c7bbcb25ec9bfbf0ad314a8d72 (diff) | |
download | PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.gz PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.tar.bz2 PrismLauncher-42253150e43fa4289130d4b53729e618908a251e.zip |
add toml11 as dependency
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 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 ############################### |