Files
geant4/environments/g4py/site-modules/processes/CMakeLists.txt
T
2016-06-10 11:51:14 +02:00

8 lines
193 B
CMake

# - add libs components
if (${PYTHON_VERSION_MAJOR} MATCHES "2")
add_subdirectory(emcalculator)
elseif (${PYTHON_VERSION_MAJOR} MATCHES "3")
add_subdirectory(emcalculator/python3)
endif()