aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-06-03 19:02:11 -0300
committerflow <flowlnlnln@gmail.com>2022-07-17 11:33:41 -0300
commit32a9545360b10058cf84b951ee88959adf3bf374 (patch)
tree6a7f55747945f6beec5582767ce102f219f84f82 /CMakeLists.txt
parent9a44c9221139428fa4e3bdf560f6bfdc6fcbe75d (diff)
downloadPrismLauncher-32a9545360b10058cf84b951ee88959adf3bf374.tar.gz
PrismLauncher-32a9545360b10058cf84b951ee88959adf3bf374.tar.bz2
PrismLauncher-32a9545360b10058cf84b951ee88959adf3bf374.zip
libs: add murmur2 library
Signed-off-by: flow <flowlnlnln@gmail.com>
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 c88a32ba..33c53b82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -323,6 +323,7 @@ add_subdirectory(libraries/optional-bare)
add_subdirectory(libraries/tomlc99) # toml parser
add_subdirectory(libraries/katabasis) # An OAuth2 library that tried to do too much
add_subdirectory(libraries/gamemode)
+add_subdirectory(libraries/murmur2) # Hash for usage with the CurseForge API
############################### Built Artifacts ###############################