1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
PY23_NATIVE_LIBRARY() WITHOUT_LICENSE_TEXTS() LICENSE(BSL-1.0) OWNER( antoshkka g:cpp-committee g:cpp-contrib ) PEERDIR( contrib/restricted/boost/libs/python ) NO_COMPILER_WARNINGS() SRCS( module.cpp ) PY_REGISTER( arcadia_boost_python_test ) END()