Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
20
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
e11327a1
Commit
e11327a1
authored
6 years ago
by
armatusmiles
Browse files
Options
Downloads
Plain Diff
[*] Refactor CMakeLists.txt
parents
40f3084c
42a9e962
No related branches found
No related tags found
1 merge request
!24
Support 3689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
enc_server/CMakeLists.txt
+1
-1
1 addition, 1 deletion
enc_server/CMakeLists.txt
http_server/http_client/CMakeLists.txt
+0
-11
0 additions, 11 deletions
http_server/http_client/CMakeLists.txt
with
1 addition
and
12 deletions
enc_server/CMakeLists.txt
+
1
−
1
View file @
e11327a1
cmake_minimum_required
(
VERSION 3.0
)
project
(
dap_enc_server
)
project
(
dap_enc_server
C
)
set
(
DAP_ENC_SERVER_SRCS dap_enc_http.c dap_enc_ks.c
)
...
...
This diff is collapsed.
Click to expand it.
http_server/http_client/CMakeLists.txt
+
0
−
11
View file @
e11327a1
...
...
@@ -4,15 +4,4 @@ project (dap_http)
set
(
HTTP_SRCS dap_http_client.c dap_http_client_simple.c dap_http_header.c
)
add_library
(
${
PROJECT_NAME
}
STATIC
${
HTTP_SRCS
}
)
target_link_libraries
(
${
PROJECT_NAME
}
curl
)
include_directories
(
"
${
dap_core_INCLUDE_DIRS
}
"
)
#include_directories("${dap_client_INCLUDE_DIRS}")
include_directories
(
"
${
dap_http_server_INCLUDE_DIRS
}
"
)
add_definitions
(
"
${
dap_core_DEFINITIONS
}
"
)
add_definitions
(
"
${
dap_client_DEFINITIONS
}
"
)
add_definitions
(
"
${
dap_http_server_DEFINITIONS
}
"
)
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment