[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-297-gcce6cd1
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via cce6cd11ffc1e0bddcb5a9c96674d1a7ae73e36f (commit)
from 2a10cb371867f0a166e46fa046949b9dd6d28780 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cce6cd11ffc1e0bddcb5a9c96674d1a7ae73e36f
Author: Dirk Ziegelmeier <[email protected]>
Date: Wed Apr 25 22:45:27 2018 +0200
Work on CMake build system
Try to get unixsim to compile, but it currently has linking problems
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
CMakeLists.txt | 35 +++++++++++++++++++++++++++++++++++
ports/unix/CMakeLists.txt | 14 ++++++++++++++
ports/unix/unixsim/CMakeLists.txt | 23 +++++++++++++++++++++++
4 files changed, 73 insertions(+)
create mode 100644 CMakeLists.txt
create mode 100644 ports/unix/CMakeLists.txt
create mode 100644 ports/unix/unixsim/CMakeLists.txt
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack