opm-simulators/python/opm/CMakeLists.txt

6 lines
114 B
CMake
Raw Normal View History

2024-08-23 06:03:48 -05:00
project(install_python_binding)
cmake_minimum_required(VERSION 3.15)
install(CODE "message(\"Dummy install\")")