Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 820518
Collapse All | Expand All

(-)a/bindings/python/CMakeLists.txt (+2 lines)
Lines 49-54 Python3_add_library(python-libtorrent MODULE WITH_SOABI Link Here
49
	src/entry.cpp
49
	src/entry.cpp
50
	src/error_code.cpp
50
	src/error_code.cpp
51
	src/fingerprint.cpp
51
	src/fingerprint.cpp
52
	src/info_hash.cpp
52
	src/ip_filter.cpp
53
	src/ip_filter.cpp
53
	src/magnet_uri.cpp
54
	src/magnet_uri.cpp
54
	src/module.cpp
55
	src/module.cpp
Lines 56-61 Python3_add_library(python-libtorrent MODULE WITH_SOABI Link Here
56
	src/session.cpp
57
	src/session.cpp
57
	src/session_settings.cpp
58
	src/session_settings.cpp
58
	src/sha1_hash.cpp
59
	src/sha1_hash.cpp
60
	src/sha256_hash.cpp
59
	src/string.cpp
61
	src/string.cpp
60
	src/torrent_handle.cpp
62
	src/torrent_handle.cpp
61
	src/torrent_info.cpp
63
	src/torrent_info.cpp

Return to bug 820518