Restructure CMake build system a bit

This should be easier to use for application devlopers
This commit is contained in:
Dirk Ziegelmeier
2018-10-08 21:18:18 +02:00
parent cba4e1f2a7
commit a6dc31433e
7 changed files with 17 additions and 6 deletions

View File

@@ -10,6 +10,8 @@
include_guard(GLOBAL)
include(${LWIP_DIR}/contrib/ports/CMakeCommon.cmake)
set(LWIP_VERSION_MAJOR "2")
set(LWIP_VERSION_MINOR "2")
set(LWIP_VERSION_REVISION "0")