From cbae59a158cc98cae3d2e19a15f3d7a7853e963d Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:35:27 +0100 Subject: [PATCH] ZStd: fix typo in CMakeLists Incorrect filter name --- r5dev/thirdparty/zstd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/thirdparty/zstd/CMakeLists.txt b/r5dev/thirdparty/zstd/CMakeLists.txt index ea24cd1e..9ad3cadc 100644 --- a/r5dev/thirdparty/zstd/CMakeLists.txt +++ b/r5dev/thirdparty/zstd/CMakeLists.txt @@ -81,7 +81,7 @@ add_sources( SOURCE_GROUP "DictBuilder" "dictBuilder/zdict.c" ) -add_sources( SOURCE_GROUP "DictBuilder" +add_sources( SOURCE_GROUP "Include" "zdict.h" "zstd.h" "zstd_errors.h"