mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Minor build system docs improvments
This commit is contained in:
parent
ef5bc352fb
commit
27835fd798
6
BUILDING
6
BUILDING
@ -39,12 +39,12 @@ In all cases, you need to provide two variables.
|
|||||||
|
|
||||||
"LWIP_DIR" pointing to the lwIP directory
|
"LWIP_DIR" pointing to the lwIP directory
|
||||||
Example:
|
Example:
|
||||||
set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lwip)
|
set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/externals/lwip)
|
||||||
|
|
||||||
"LWIP_INCLUDE_DIRS" that contains the include base paths
|
"LWIP_INCLUDE_DIRS" that contains the include base paths
|
||||||
- for lwIP itself (${LWIP_DIR}/src/include)
|
- for lwIP itself (${LWIP_DIR}/src/include)
|
||||||
- for lwIP contrib if you use it (${LWIP_CONTRIB_DIR}/)
|
- for lwIP contrib if you use it (${LWIP_DIR}/contrib)
|
||||||
- to a directory for an lwIP OS port
|
- to a directory containing an OS port
|
||||||
- to a directory containing lwipopts.h
|
- to a directory containing lwipopts.h
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user