File: mingw-cmake.sh

package info (click to toggle)
libcoap3 4.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,924 kB
  • sloc: ansic: 59,968; makefile: 1,280; sh: 938; python: 6
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
cmake -E remove_directory build
cmake -E make_directory build
cd build
cmake .. -DENABLE_DOCS=OFF -DDTLS_BACKEND=openssl -DWARNING_TO_ERROR=ON
cmake --build .
cmake --build . -- install