Files
ResInsight/ThirdParty/Ert/python/ecl/ecl_lib_info_install.py.in
2018-04-09 08:48:36 +02:00

10 lines
231 B
Python

class EclLibInfo(object):
lib_path = "../../../../${CMAKE_INSTALL_LIBDIR}"
so_version = "${ECL_BINARY_POSTFIX}"
__version__ = "${ECL_VERSION_MAJOR}.${ECL_VERSION_MINOR}.${ECL_VERSION_MICRO}"
def __init__(self):
pass