mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Next try to get CMake up and running on Travis
This commit is contained in:
parent
5840b090d4
commit
daeceeeca0
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -20,7 +20,8 @@
|
|||||||
},
|
},
|
||||||
"compilerPath": "/usr/bin/gcc",
|
"compilerPath": "/usr/bin/gcc",
|
||||||
"cStandard": "c11",
|
"cStandard": "c11",
|
||||||
"cppStandard": "c++17"
|
"cppStandard": "c++17",
|
||||||
|
"configurationProvider": "vector-of-bool.cmake-tools"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
@ -27,4 +27,5 @@ include(CPack)
|
|||||||
|
|
||||||
# Generate docs before creating source package
|
# Generate docs before creating source package
|
||||||
include(src/Filelists.cmake)
|
include(src/Filelists.cmake)
|
||||||
add_dependencies(package_source lwipdocs)
|
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
|
||||||
|
add_dependencies(dist lwipdocs)
|
||||||
|
Loading…
Reference in New Issue
Block a user