cmake: Build python2 and python3 modules if possible
authorAndreas Schneider <asn@samba.org>
Mon, 12 Feb 2018 11:01:22 +0000 (12:01 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 13 Feb 2018 07:56:01 +0000 (08:56 +0100)
commit5c36d4284918a3fcc1c58f29f01ca64c65a66fa7
tree5bbe067359a7c87c0ce7d0309f073f3dd48825b4
parent9beb9f9aaa223864128fd8222f0f92ba8ae697b7
cmake: Build python2 and python3 modules if possible

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt
src/CMakeLists.txt
src/python/CMakeLists.txt
src/python/python2/CMakeLists.txt [new file with mode: 0644]
src/python/python3/CMakeLists.txt [new file with mode: 0644]
tests/CMakeLists.txt
tests/pypamtest_test.py