4 lines
98 B
CMake
Executable file
4 lines
98 B
CMake
Executable file
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Find_BLAS_external)
|
|
find_package(BLAS REQUIRED)
|