6 lines
90 B
CMake
6 lines
90 B
CMake
|
|
|
|
add_library(http
|
|
http.cpp
|
|
)
|
|
target_include_directories(http PUBLIC ${CMAKE_SOURCE_DIR}) |