File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/cpp/01-dr6/code Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ project(sqlite-starter-cpp)
44
55set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
66
7- file (GLOB_RECURSE SOURCE_FILES src/*.cpp)
7+ file (GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp )
88
99add_executable (server ${SOURCE_FILES} )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ project(sqlite-starter-cpp)
44
55set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
66
7- file (GLOB_RECURSE SOURCE_FILES src/*.cpp)
7+ file (GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp )
88
99add_executable (server ${SOURCE_FILES} )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ project(sqlite-starter-cpp)
44
55set (CMAKE_CXX_STANDARD 23) # Enable the C++23 standard
66
7- file (GLOB_RECURSE SOURCE_FILES src/*.cpp)
7+ file (GLOB_RECURSE SOURCE_FILES src/*.cpp src/*.hpp )
88
99add_executable (server ${SOURCE_FILES} )
You can’t perform that action at this time.
0 commit comments