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