cmake: Add tsl-robin-map as a conan dependency

This commit is contained in:
ReinUsesLisp
2020-05-28 01:59:13 -03:00
parent 0b733903f0
commit 492c1a7dd4

View File

@@ -165,6 +165,7 @@ macro(yuzu_find_packages)
#"libzip 1.5 libzip/1.5.2@bincrafters/stable" #"libzip 1.5 libzip/1.5.2@bincrafters/stable"
"lz4 1.8 lz4/1.9.2" "lz4 1.8 lz4/1.9.2"
"nlohmann_json 3.7 nlohmann_json/3.7.3" "nlohmann_json 3.7 nlohmann_json/3.7.3"
"tsl-robin-map 0.6.2 tsl-robin-map/0.6.2@tessil/stable"
"ZLIB 1.2 zlib/1.2.11" "ZLIB 1.2 zlib/1.2.11"
"zstd 1.4 zstd/1.4.4" "zstd 1.4 zstd/1.4.4"
) )