- Create a new shared library libcopmparser with small files cxxxx which wrap general Cxx classes with C linkage. - Added Python packages & modules, based on Python ctypes and the ert.cwrap package.
11 lines
269 B
CMake
11 lines
269 B
CMake
set(TEST_SOURCES
|
|
__init__.py
|
|
)
|
|
|
|
add_python_package("python.tests" "${PYTHON_INSTALL_PREFIX}/tests" "${TEST_SOURCES}" False)
|
|
add_subdirectory( parser )
|
|
add_subdirectory( deck )
|
|
add_subdirectory( parse_mode )
|
|
add_subdirectory( ecl_state )
|
|
add_subdirectory( opm_log )
|