mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
export CC="$_CC"
|
|
export CXX="$_CXX"
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
|
cmake --build .
|