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

10 lines
218 B
Python

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