mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
10 lines
218 B
Python
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
|