blob: 0014d84db44909dd19e0593aefe60b0ae4e05f1f [file] [log] [blame]
file(GLOB bcsources ${CMAKE_CURRENT_SOURCE_DIR}/../common/x86_halide_runtime.bc ${CMAKE_CURRENT_SOURCE_DIR}/bilateral_grid.bc)
SET_SOURCE_FILES_PROPERTIES(${bcsources} PROPERTIES LANGUAGE CXX)
test_img_input(rgb 0.1 10)
test_img_input(rgba 0.1 10)
llvm_multisource(halide_bilateral_grid
${CMAKE_CURRENT_SOURCE_DIR}/driver.cpp
${bcsources}
)