2019-08-18 14:08:57 -07:00
|
|
|
foreach(PROG dot)
|
2019-04-25 16:17:36 -04:00
|
|
|
add_executable(${PROG} ${PROG}.cpp)
|
|
|
|
set_target_properties(${PROG} PROPERTIES OUTPUT_NAME ${PROG})
|
|
|
|
include_directories(/usr/local/cuda/include/)
|
2019-07-22 19:26:12 -07:00
|
|
|
target_link_libraries(${PROG} triton cublas)
|
2019-04-25 16:17:36 -04:00
|
|
|
endforeach(PROG)
|