Skip to content

Commit 309a851

Browse files
Carl Yangctcyang
Carl Yang
authored andcommitted
add to CMake
1 parent 93a7991 commit 309a851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ cuda_add_executable( gsssp "example/gsssp.cu" ${mgpu_SRC_FILES} )
7070
cuda_add_executable( glgc "example/glgc.cu" ${mgpu_SRC_FILES} )
7171
cuda_add_executable( ggc "example/ggc.cu" ${mgpu_SRC_FILES} )
7272
cuda_add_executable( gmis "example/gmis.cu" ${mgpu_SRC_FILES} )
73+
cuda_add_executable( gmis "example/gtc.cu" ${mgpu_SRC_FILES} )
7374
cuda_add_executable( gbuild "test/gbuild.cu" ${mgpu_SRC_FILES} )
7475
cuda_add_executable( gtrace "test/gtrace.cu" ${mgpu_SRC_FILES} )
7576
#cuda_add_executable( grandbfs "test/grandbfs.cu" ${mgpu_SRC_FILES} )
@@ -103,6 +104,7 @@ target_link_libraries( gsssp graphblas ${Boost_LIBRARIES} )
103104
target_link_libraries( glgc graphblas ${Boost_LIBRARIES} )
104105
target_link_libraries( ggc graphblas ${CUDA_CUSPARSE_LIBRARY} ${Boost_LIBRARIES} )
105106
target_link_libraries( gmis graphblas ${Boost_LIBRARIES} )
107+
target_link_libraries( gtc graphblas ${Boost_LIBRARIES} )
106108
target_link_libraries( gbuild graphblas ${Boost_LIBRARIES} )
107109
target_link_libraries( gtrace graphblas ${CUDA_CUSPARSE_LIBRARY} ${Boost_LIBRARIES} )
108110
#target_link_libraries( grandbfs graphblas ${Boost_LIBRARIES} )

0 commit comments

Comments
 (0)