Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASnode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASnode
Commits
8380077d
Commit
8380077d
authored
7 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
nanomsg: add submodule for libnanomsg
parent
f6909de5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
thirdparty/Makefile.inc
+1
-1
1 addition, 1 deletion
thirdparty/Makefile.inc
thirdparty/nanomsg
+1
-0
1 addition, 0 deletions
thirdparty/nanomsg
with
5 additions
and
1 deletion
.gitmodules
+
3
−
0
View file @
8380077d
...
...
@@ -25,3 +25,6 @@
[submodule "thirdparty/libopal"]
path = thirdparty/libopal
url = ../libopal.git
[submodule "thirdparty/nanomsg"]
path = thirdparty/nanomsg
url = https://github.com/nanomsg/nanomsg.git
This diff is collapsed.
Click to expand it.
thirdparty/Makefile.inc
+
1
−
1
View file @
8380077d
...
...
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
DEPS_CMAKE
=
libxil libwebsockets criterion jansson
DEPS_CMAKE
=
libxil libwebsockets criterion jansson
nanomsg
DEPS_AUTOCONF
=
libnl libconfig libcurl
DEPS
=
$(
DEPS_CMAKE
)
$(
DEPS_AUTOCONF
)
...
...
This diff is collapsed.
Click to expand it.
nanomsg
@
5cc00745
Subproject commit 5cc0074524684797dd5cd9067bbccbefe1513996
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