File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/cpp/01-gg4/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,7 +4,7 @@ project(git-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} )
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(git-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} )
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(git-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} )
1010
You can’t perform that action at this time.
0 commit comments