Files
triton/bench/CMakeLists.txt

6 lines
251 B
CMake
Raw Normal View History

2014-10-27 05:35:04 -04:00
foreach(PROG blas)
add_executable(${PROG}-bench ${PROG}.cpp)
target_link_libraries(${PROG}-bench ${OPENCL_LIBRARIES})
set_target_properties(${PROG}-bench PROPERTIES COMPILE_FLAGS "-DVIENNACL_WITH_OPENCL -Wall -Wextra")
endforeach(PROG)