Files
MFEM_example_template/subprojects/packagefiles/hypre/CMakeLists.txt

6 lines
232 B
CMake
Raw Normal View History

2026-02-03 08:19:27 -05:00
# subprojects/packagefiles/hypre/CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(hypre-wrapper C CXX)
add_subdirectory(src)
# This file is just used to redirect to the src directory where hypre stores its CMakeLists.txt