Skip to content

Commit 2162878

Browse files
committed
Move cpp files to cc
1 parent d171785 commit 2162878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/src/arrow/util/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ add_arrow_test(bit-utility-test
106106
add_arrow_test(alp-test
107107
SOURCES
108108
alp/alp_test.cc
109-
alp/Alp.cpp
110-
alp/AlpSampler.cpp
111-
alp/AlpWrapper.cpp)
109+
alp/Alp.cc
110+
alp/AlpSampler.cc
111+
alp/AlpWrapper.cc)
112112

113113
add_arrow_test(crc32-test
114114
SOURCES

0 commit comments

Comments
 (0)