xbot/include/libconfig-1.7.3/contrib/cmake/1_configure.sh

6 lines
108 B
Bash
Executable File

#!/bin/bash
mkdir release
cd release
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ..