Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ project(coms352_project2_part2 C) set(CMAKE_C_STANDARD 11) add_executable(coms352_project2_part2 main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.h) No newline at end of file add_executable(http_server main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.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_part2 C) set(CMAKE_C_STANDARD 11) add_executable(coms352_project2_part2 main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.h) No newline at end of file add_executable(http_server main.c http.c http.h utils.c utils.h buffer.c buffer.h network.c network.h file.c file.h) No newline at end of file