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

[*] Renamed crypt/ to crypto/

[+] libdap.c
parent 99b595b9
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 2 deletions
project(libdap C)
project(dap C)
cmake_minimum_required(VERSION 2.8)
add_subdirectory(core)
add_subdirectory(crypt)
add_subdirectory(crypto)
add_subdirectory(http)
add_subdirectory(client)
include_directories("${dap_core_INCLUDE_DIRS}")
include_directories("${dap_crypto_INCLUDE_DIRS}")
include_directories("${dap_http_INCLUDE_DIRS}")
include_directories("${dap_client_INCLUDE_DIRS}")
add_definitions ("${dap_core_DEFINITIONS}")
add_definitions ("${dap_crypto_DEFINITIONS}")
add_definitions ("${dap_http_DEFINITIONS}")
add_definitions ("${dap_client_DEFINITIONS}")
add_library(${PROJECT_NAME} STATIC IMPORTED libdap.c )
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)
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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