CMakeLists.txt 171 B

12345
  1. file(GLOB_RECURSE LIBSOURCE "${COMPONENTS_DIR}/httpclient/src/*.c")
  2. include_directories(${COMPONENTS_DIR}/httpclient/include)
  3. add_library(httpclient STATIC ${LIBSOURCE})