mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
List supported build types in top-level CMakeLists.txt
This commit is contained in:
parent
0df4109074
commit
aaf7f03d95
@ -1,5 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
|
set (CMAKE_CONFIGURATION_TYPES "Debug;Release")
|
||||||
|
|
||||||
project(lwIP)
|
project(lwIP)
|
||||||
|
|
||||||
# Example lwIP application
|
# Example lwIP application
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
|
set (CMAKE_CONFIGURATION_TYPES "Debug;Release")
|
||||||
|
|
||||||
project(lwipunittests C)
|
project(lwipunittests C)
|
||||||
|
|
||||||
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Linux" AND NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Linux" AND NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||||
|
Loading…
Reference in New Issue
Block a user