File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ cuda_add_executable( gsssp "example/gsssp.cu" ${mgpu_SRC_FILES} )
70
70
cuda_add_executable( glgc "example/glgc.cu" ${mgpu_SRC_FILES} )
71
71
cuda_add_executable( ggc "example/ggc.cu" ${mgpu_SRC_FILES} )
72
72
cuda_add_executable( gmis "example/gmis.cu" ${mgpu_SRC_FILES} )
73
+ cuda_add_executable( gmis "example/gtc.cu" ${mgpu_SRC_FILES} )
73
74
cuda_add_executable( gbuild "test/gbuild.cu" ${mgpu_SRC_FILES} )
74
75
cuda_add_executable( gtrace "test/gtrace.cu" ${mgpu_SRC_FILES} )
75
76
#cuda_add_executable( grandbfs "test/grandbfs.cu" ${mgpu_SRC_FILES} )
@@ -103,6 +104,7 @@ target_link_libraries( gsssp graphblas ${Boost_LIBRARIES} )
103
104
target_link_libraries ( glgc graphblas ${Boost_LIBRARIES} )
104
105
target_link_libraries ( ggc graphblas ${CUDA_CUSPARSE_LIBRARY} ${Boost_LIBRARIES} )
105
106
target_link_libraries ( gmis graphblas ${Boost_LIBRARIES} )
107
+ target_link_libraries ( gtc graphblas ${Boost_LIBRARIES} )
106
108
target_link_libraries ( gbuild graphblas ${Boost_LIBRARIES} )
107
109
target_link_libraries ( gtrace graphblas ${CUDA_CUSPARSE_LIBRARY} ${Boost_LIBRARIES} )
108
110
#target_link_libraries( grandbfs graphblas ${Boost_LIBRARIES} )
You can’t perform that action at this time.
0 commit comments