aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDichenZhang1 <140119224+DichenZhang1@users.noreply.github.com>2024-01-31 21:32:53 -0800
committerGitHub <noreply@github.com>2024-01-31 21:32:53 -0800
commitf25419dacb1b24900a9d15bfcd37a7a512d2cce4 (patch)
tree811ef710e222e91e0d5c8a2a34808d633db25a62
parent622aa8f35eff0f4647ea3ea90fe58bce33e8f07a (diff)
downloadlibultrahdr-f25419dacb1b24900a9d15bfcd37a7a512d2cce4.tar.gz
Update CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4512291..ae48d10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -296,7 +296,7 @@ set_property(DIRECTORY PROPERTY ADDITIONAL_MAKE_CLEAN_FILES
# File Lists
###########################################################
file(GLOB UHDR_LIB_LIST "${SOURCE_DIR}/src/*.cpp")
-file(GLOB UHDR_TEST_LIST "${TESTS_DIR}/editorhelper_test.cpp")
+file(GLOB UHDR_TEST_LIST "${TESTS_DIR}/*.cpp")
file(GLOB UHDR_BM_LIST "${BENCHMARK_DIR}/*.cpp")
file(GLOB IMAGE_IO_LIST "${THIRD_PARTY_DIR}/image_io/src/**/*.cc")