# CMake project file for qrhf
cmake_minimum_required (VERSION 2.6)
project (qrhf Fortran)

# Recurse into src
add_subdirectory(src)
