premiere-libtorrent/bindings
Eugene Shalygin a626f75c5e Refactor CMakeLists.txt
1. Replace custom 'shared' option with the standard BUILD_SHARED_LIBS
flag
2. Replace foreach() calls for source items with target_sources() and
generator expression $<JOIN:>.
3. Remove build types definition: makes no sense for
single-configuration generators, and is populated automatically for
multi-configuration ones.
4. Add feature summary
5. Enahnce compiler flags management for static runtime by utilizing functions
from the ucm project
6. Copy almost all options from the Jamfile.
7. If compiler supports C++14, use it.
8. Raise minimum required CMake version to 3.11 and drop bundled FindIconv.cmake
2018-05-14 09:08:19 +02:00
..
c removed use of boost::bind and boost::scoped_array (#1053) 2016-09-01 09:43:53 -04:00
python Refactor CMakeLists.txt 2018-05-14 09:08:19 +02:00
CMakeLists.txt build python bindings with cmake 2018-04-29 19:48:26 +02:00
Makefile.am Rewrite autotools build system (new configure.ac, changes for various 2009-09-10 02:22:13 +00:00
README.txt added docs for python binding. Fixed warning in python binding. 2007-02-20 04:32:13 +00:00

README.txt

Documentation covering building and using the python binding for libtorrent
is located in the main doc directory. See docs/python_binding.html