mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 01:29:03 +08:00
0bc3f04da6
Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
6 lines
159 B
CMake
6 lines
159 B
CMake
cmake_minimum_required(VERSION 3.17)
|
|
|
|
project(Find_CBLAS_external)
|
|
find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(CBLAS_PC REQUIRED IMPORTED_TARGET cblas)
|