premiere-libtorrent/examples/run_cmake.sh.in
2014-11-19 09:23:08 +00:00

9 lines
189 B
Bash

#!/bin/sh
cd ${libtorrent_BINARY_DIR}/examples
cmake \
-D libtorrent_includes_asio_source=${asio_source} \
-G "${CMAKE_GENERATOR}" \
$@ \
${libtorrent_SOURCE_DIR}/examples