创建实验二,然后LinkList.cpp名字写错了
This commit is contained in:
@@ -3,6 +3,10 @@ project(homework2)
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 20)
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
|
||||||
add_executable(test1 LinkLits.cpp
|
add_executable(test1 LinkList.cpp
|
||||||
test1.cpp
|
test1.cpp
|
||||||
LinkList.h)
|
LinkList.h)
|
||||||
|
add_executable(test2 test2.cpp
|
||||||
|
LinkList.h
|
||||||
|
LinkList.cpp
|
||||||
|
)
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
#include <iostream>
|
||||||
|
#include"LinkList.h"
|
||||||
Reference in New Issue
Block a user