Try to get CMake build running on travis

This commit is contained in:
Dirk Ziegelmeier
2018-10-13 10:45:58 +02:00
parent d03d4c16fb
commit 22c1c4ec8d
6 changed files with 12 additions and 20 deletions

View File

@@ -12,8 +12,6 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0")
include_guard(GLOBAL)
endif()
include(${LWIP_DIR}/contrib/ports/CMakeCommon.cmake)
set(lwipcontribexamples_SRCS
${LWIP_CONTRIB_DIR}/examples/httpd/fs_example/fs_example.c
${LWIP_CONTRIB_DIR}/examples/httpd/ssi_example/ssi_example.c