Files
opm-simulators/python/opm/CMakeLists.txt

6 lines
114 B
CMake
Raw Normal View History

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