Skip to content

Commit 5c2b9a4

Browse files
committed
some changes for renaming the file
1 parent 7da67a3 commit 5c2b9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ project(GraphTraverse)
33

44
set(CMAKE_CXX_STANDARD 11)
55

6-
set(SOURCE_FILES main.cpp)
6+
set(SOURCE_FILES main.cpp Graph.cpp Graph.h)
77
add_executable(GraphTraverse ${SOURCE_FILES})

0 commit comments

Comments
 (0)