From d4e76f6915f7e8dfcab586831ec1c346be169de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=91=E5=B1=91=E5=B1=91?= Date: Sat, 19 Apr 2025 14:07:18 +0800 Subject: [PATCH] update include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 屑屑屑 --- Source/UnitTest/test_decode.cpp | 2 +- Source/UnitTest/test_simd.cpp | 4 ++-- Source/UnitTest/test_softfloat.cpp | 2 +- Utils/astcenc_u8_test_bench.cpp | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/UnitTest/test_decode.cpp b/Source/UnitTest/test_decode.cpp index e1364b6..01fe6e5 100644 --- a/Source/UnitTest/test_decode.cpp +++ b/Source/UnitTest/test_decode.cpp @@ -23,7 +23,7 @@ #include "gtest/gtest.h" -#include "../astcenc.h" +#include "//third_party/astc-encoder/Source/astcenc.h" namespace astcenc { diff --git a/Source/UnitTest/test_simd.cpp b/Source/UnitTest/test_simd.cpp index 9424c99..9f20e2f 100644 --- a/Source/UnitTest/test_simd.cpp +++ b/Source/UnitTest/test_simd.cpp @@ -23,8 +23,8 @@ #include "gtest/gtest.h" -#include "../astcenc_internal.h" -#include "../astcenc_vecmathlib.h" +#include "//third_party/astc-encoder/Source/astcenc_internal.h" +#include "//third_party/astc-encoder/Source/astcenc_vecmathlib.h" namespace astcenc { diff --git a/Source/UnitTest/test_softfloat.cpp b/Source/UnitTest/test_softfloat.cpp index 6e37616..2ecec32 100644 --- a/Source/UnitTest/test_softfloat.cpp +++ b/Source/UnitTest/test_softfloat.cpp @@ -21,7 +21,7 @@ #include "gtest/gtest.h" -#include "../astcenc_internal.h" +#include "//third_party/astc-encoder/Source/astcenc_internal.h" namespace astcenc { diff --git a/Utils/astcenc_u8_test_bench.cpp b/Utils/astcenc_u8_test_bench.cpp index b44d695..0432425 100644 --- a/Utils/astcenc_u8_test_bench.cpp +++ b/Utils/astcenc_u8_test_bench.cpp @@ -26,9 +26,9 @@ #define ASTCENC_F16C 1 #define ASTCENC_SSE 41 -#include "../Source/astcenc_mathlib.cpp" -#include "../Source/astcenc_color_unquantize.cpp" -#include "../Source/astcenc_decompress_symbolic.cpp" +#include "//third_party/astc-encoder/Source/astcenc_mathlib.cpp" +#include "//third_party/astc-encoder/Source/astcenc_color_unquantize.cpp" +#include "//third_party/astc-encoder/Source/astcenc_decompress_symbolic.cpp" int main() { -- Gitee