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