Files

6 lines
232 B
CMake
Raw Permalink Normal View History

2026-02-02 13:47:29 -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