File tree 4 files changed +4
-3
lines changed
solutions/cpp/01-init/code
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
course_definition_tester
2
+ .history /
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13)
2
- project (git -starter-cpp)
2
+ project (sqlite -starter-cpp)
3
3
set (CMAKE_CXX_STANDARD 20) # Enable the C++20 standard
4
4
5
5
set (SOURCE_FILES src/Server.cpp)
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13)
2
- project (git -starter-cpp)
2
+ project (sqlite -starter-cpp)
3
3
set (CMAKE_CXX_STANDARD 20) # Enable the C++20 standard
4
4
5
5
set (SOURCE_FILES src/Server.cpp)
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.13)
2
- project (git -starter-cpp)
2
+ project (sqlite -starter-cpp)
3
3
set (CMAKE_CXX_STANDARD 20) # Enable the C++20 standard
4
4
5
5
set (SOURCE_FILES src/Server.cpp)
You can’t perform that action at this time.
0 commit comments