Skip to content

Commit f0b408b

Browse files
committed
CMake: add files to fft test for new llvm_multisource API.
llvm-svn: 339313
1 parent f0f0d7f commit f0b408b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Bitcode/Regression/fft/CMakeLists.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ foreach(lib ${CMAKE_DL_LIBS})
99
list(APPEND LDFLAGS -l${lib})
1010
endforeach()
1111

12-
set(Source ${CMAKE_CURRENT_SOURCE_DIR}/driver.cpp ${CMAKE_CURRENT_SOURCE_DIR}/x86_17.06.19_halide_runtime.bc ${uosources})
13-
llvm_multisource(fft)
12+
llvm_multisource(fft
13+
${CMAKE_CURRENT_SOURCE_DIR}/driver.cpp
14+
${CMAKE_CURRENT_SOURCE_DIR}/x86_17.06.19_halide_runtime.bc
15+
${uosources}
16+
)
1417

1518

0 commit comments

Comments
 (0)