Add python folder to top-level CMakeLists.

This commit is contained in:
Michael Sargado 2019-10-31 16:41:13 +01:00
parent 9474470984
commit a600adf518

View File

@ -278,3 +278,7 @@ if (BUILD_EBOS_EXTENSIONS)
opm_add_bash_completion(${TGT})
endforeach()
endif()
if (OPM_ENABLE_PYTHON)
add_subdirectory(python)
endif()