5 lines
114 B
CMake
5 lines
114 B
CMake
|
|
|
||
|
|
add_library(http src/http.cpp)
|
||
|
|
target_link_libraries(http common)
|
||
|
|
target_link_libraries(http http-parser-static)
|