8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ${libtorrent_BINARY_DIR}/examples
|
|
cmake \
|
|
-G "${CMAKE_GENERATOR}" \
|
|
$@ \
|
|
${libtorrent_SOURCE_DIR}/examples
|