Renamed python/cxx/common -> python/cxx/export

This commit is contained in:
Joakim Hove
2019-09-13 09:40:13 +02:00
parent f264c358e7
commit d2ff536cf3
19 changed files with 52 additions and 55 deletions

View File

@@ -65,7 +65,7 @@ ext_modules = [
'cxx/common_state.cpp',
'cxx/table_manager.cpp',
'cxx/well.cpp',
'cxx/common.cpp'
'cxx/export.cpp'
],
libraries=['opmcommon', 'boost_filesystem', 'boost_regex', 'ecl'],
language='c++',