Files
opm-common/opm/parser/eclipse/python/c_inter/CMakeLists.txt
2016-03-17 14:50:00 +08:00

15 lines
475 B
CMake

add_library(copmparser SHARED
cparser.cc
cdeck.cc cdeck_keyword.cc cdeck_record.cc cdeck_item.cc
cparse_context.cc
ctable_manager.cc
ctable.cc
ctable_index.cc
copm_log.cc
)
target_link_libraries(copmparser opmparser)
set_target_properties(copmparser PROPERTIES VERSION ${opm-parser_VERSION_MAJOR}.${opm-parser_VERSION_MINOR}
SOVERSION ${opm-parser_VERSION_MAJOR})
install( TARGETS copmparser DESTINATION ${CMAKE_INSTALL_LIBDIR} )