premiere-libtorrent/examples/run_cmake.sh.in

9 lines
189 B
Bash
Raw Normal View History

2014-11-19 10:23:08 +01:00
#!/bin/sh
cd ${libtorrent_BINARY_DIR}/examples
cmake \
-D libtorrent_includes_asio_source=${asio_source} \
-G "${CMAKE_GENERATOR}" \
$@ \
${libtorrent_SOURCE_DIR}/examples