premiere-libtorrent/examples
Alex Hirsch 168ec6b516 Use _CFLAGS_OTHER for compiler definitions
`PC_LIBTORRENT_RASTERBAR_CFLAGS` not only gives you the definitions, but
also includes the include path flags (`-I...`).

This causes problesm when passing the result to
`target_compile_definitions`. The resulting compiler command would then
look something like this:

    /usr/bin/c++   -D-I/home/...

This change uses `PC_LIBTORRENT_RASTERBAR_CFLAGS_OTHER` instead which
does not contain the include path flags.
2018-05-01 23:11:58 +02:00
..
cmake Use _CFLAGS_OTHER for compiler definitions 2018-05-01 23:11:58 +02:00
CMakeLists.txt cmake: build examples in the same solution as libtorrent 2017-08-26 08:38:05 +02:00
Jamfile merge RC_1_1 into master 2018-04-29 15:07:26 +02:00
Makefile.am merge RC_1_1 into master 2017-03-08 18:01:59 -05:00
bt-get.cpp merged RC_1_1 into master 2018-01-29 01:20:08 +01:00
bt-get2.cpp update boost.asio link in documentation, minor cleanup of tutorial examples 2017-12-30 21:23:36 +01:00
client_test.cpp merge RC_1_1 into master 2018-04-29 15:07:26 +02:00
connection_tester.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
dump_torrent.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
make_torrent.cpp update examples to use C++11 and more succinct error handling 2017-12-30 22:44:10 +01:00
print.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
print.hpp client_test fixes 2018-02-25 14:04:18 +01:00
run_benchmarks.py Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line 2015-07-12 14:24:01 +08:00
session_view.cpp removed unnecessary parentheses around min/max, added some const modifier (#2926) 2018-04-11 15:19:00 +02:00
session_view.hpp simplify client_test a bit. print uTP stats unconditionally 2018-03-07 09:45:15 +01:00
simple_client.cpp update examples to use C++11 and more succinct error handling 2017-12-30 22:44:10 +01:00
stats_counters.cpp introduce lt namespace alias 2017-04-23 23:43:58 -04:00
torrent_view.cpp client_test fixes 2018-02-25 14:04:18 +01:00
torrent_view.hpp client_test fixes 2018-02-25 14:04:18 +01:00
upnp_test.cpp merged RC_1_1 into master 2018-02-25 09:36:12 +01:00