Blame view

morfeusz/wrappers/CMakeLists.txt 192 Bytes
Michał Lenart authored
1
add_subdirectory (java)
Zbigniew Gawłowicz authored
2
3
4
add_subdirectory (perl)

if (${PY})
Zbigniew Gawłowicz authored
5
	if("${PY}" MATCHES "2.*")
Zbigniew Gawłowicz authored
6
		add_subdirectory (python2)
Zbigniew Gawłowicz authored
7
	elseif("${PY}" MATCHES "3.*")
Zbigniew Gawłowicz authored
8
9
10
		add_subdirectory (python3)
	endif()
endif()