Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
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
savoirfairelinux
opendht
Commits
cff4f670
Commit
cff4f670
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: only build http with proxy
parent
2eec17fd
Branches
pulls/1772757862/403
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-2
4 additions, 2 deletions
CMakeLists.txt
with
4 additions
and
2 deletions
CMakeLists.txt
+
4
−
2
View file @
cff4f670
...
@@ -159,7 +159,6 @@ list (APPEND opendht_SOURCES
...
@@ -159,7 +159,6 @@ list (APPEND opendht_SOURCES
src/peer_discovery.cpp
src/peer_discovery.cpp
src/network_utils.cpp
src/network_utils.cpp
src/thread_pool.cpp
src/thread_pool.cpp
src/http.cpp
)
)
list
(
APPEND opendht_HEADERS
list
(
APPEND opendht_HEADERS
...
@@ -186,7 +185,6 @@ list (APPEND opendht_HEADERS
...
@@ -186,7 +185,6 @@ list (APPEND opendht_HEADERS
include/opendht/peer_discovery.h
include/opendht/peer_discovery.h
include/opendht/thread_pool.h
include/opendht/thread_pool.h
include/opendht/network_utils.h
include/opendht/network_utils.h
include/opendht/http.h
include/opendht.h
include/opendht.h
)
)
...
@@ -230,6 +228,10 @@ if (OPENDHT_PROXY_SERVER OR OPENDHT_PROXY_CLIENT)
...
@@ -230,6 +228,10 @@ if (OPENDHT_PROXY_SERVER OR OPENDHT_PROXY_CLIENT)
endif
()
endif
()
list
(
APPEND opendht_HEADERS
list
(
APPEND opendht_HEADERS
include/opendht/proxy.h
include/opendht/proxy.h
include/opendht/http.h
)
list
(
APPEND opendht_SOURCES
src/http.cpp
)
)
endif
()
endif
()
...
...
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