Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ project(coms352_project2_part1 C) set(CMAKE_C_STANDARD 11) add_executable(coms352_project2_part1 main.c) No newline at end of file add_executable(http_client main.c connect.c connect.h buffer.c buffer.h) No newline at end of file Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ project(coms352_project2_part1 C) set(CMAKE_C_STANDARD 11) add_executable(coms352_project2_part1 main.c) No newline at end of file add_executable(http_client main.c connect.c connect.h buffer.c buffer.h) No newline at end of file