Blame view

morfeusz/wrappers/CMakeLists.txt 180 Bytes
Michał Lenart authored
1
add_subdirectory (java)
Zbigniew Gawłowicz authored
2
3
4
5
6
7
8
9
10
add_subdirectory (perl)

if (${PY})
	if(${PY} EQUAL "2")
		add_subdirectory (python2)
	elseif(${PY} EQUAL "3")
		add_subdirectory (python3)
	endif()
endif()