1
add_subdirectory (java)
2 3 4
add_subdirectory (perl) if (${PY})
5
if("${PY}" MATCHES "2.*")
6
add_subdirectory (python2)
7
elseif("${PY}" MATCHES "3.*")
8 9 10
add_subdirectory (python3) endif() endif()