9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
. compile.sh
|
|
rm -fr output
|
|
mkdir output
|
|
cd output
|
|
cmake .. -DPAHO_WITH_SSL=TRUE
|
|
#cmake ..
|
|
make
|
|
cd ..
|