Work on fixing the build (integration of contrib)

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:34:26 +02:00
parent ac46e42aa2
commit 0244dc714b
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ project(example_app C)
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(LWIP_CONTRIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../..)
set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../../lwip)
set(LWIP_DIR ${LWIP_DIR}/..)
include(${LWIP_CONTRIB_DIR}/ports/CMakeCommon.cmake)