Skip to content
Snippets Groups Projects
Commit d0c1199d authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[+] CMake include file for http sumbodule

parent 833c56db
No related branches found
No related tags found
1 merge request!24Support 3689
cmake_minimum_required(VERSION 2.8)
project (daphttp)
set(HTTP_SRCS dap_http_client.c dap_http_header.c)
add_library(${PROJECT_NAME} STATIC ${HTTP_SRCS})
set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE)
set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR} CACHE INTERNAL "${PROJECT_NAME}: Include Directories" FORCE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment