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

6 lines
232 B
CMake
Raw Normal View History

2026-02-05 07:16:15 -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