This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from cc200c301 Keep the dhcpv6 renew process name the same in cmake and
makefile
add 190926b46 cmake:add romfs/unionfs/tcpblaster/udpblaster exmaple app
CMake build
add faea16656 cmake:add system cdcacm/critmom/stackmonitor missing CMake
scripts
No new revisions were added by this update.
Summary of changes:
examples/romfs/CMakeLists.txt | 31 +++++++----
examples/tcpblaster/CMakeLists.txt | 64 +++++++++++++++++++++-
.../tcpblaster_host.cmake} | 55 ++++++++++---------
examples/udpblaster/CMakeLists.txt | 19 ++++++-
.../udpblaster/udpblaster_host.cmake | 32 ++++++-----
examples/unionfs/CMakeLists.txt | 38 ++++++++++++-
system/cdcacm/CMakeLists.txt | 4 +-
system/critmon/CMakeLists.txt | 5 +-
system/stackmonitor/CMakeLists.txt | 4 +-
9 files changed, 195 insertions(+), 57 deletions(-)
copy examples/{nettest/host/CMakeLists.txt =>
tcpblaster/tcpblaster_host.cmake} (53%)
copy canutils/candump/CMakeLists.txt =>
examples/udpblaster/udpblaster_host.cmake (61%)