From 5adf379824daf5ba5eb003886530fce22b2496d3 Mon Sep 17 00:00:00 2001 From: Hyukjin Jeong Date: Mon, 28 Oct 2024 12:12:10 +0900 Subject: [PATCH] Update CMakeLists.txt --- compiler/record-minmax/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/record-minmax/CMakeLists.txt b/compiler/record-minmax/CMakeLists.txt index 3feca330ad0..6755de36eda 100644 --- a/compiler/record-minmax/CMakeLists.txt +++ b/compiler/record-minmax/CMakeLists.txt @@ -57,6 +57,7 @@ endif("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8" AND FALSE) # record-minmax is executable, so we do not link it to the test. # Instead, we use TEST_SOURCES to specify sources uesd for tests. set(TEST_SOURCES + "src/Utils.cpp" "src/RecordFunction.cpp" "src/MinMaxComputer.cpp")