diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/lapack-test/CMakeLists.txt')
| -rw-r--r-- | vcpkg/scripts/test_ports/lapack-test/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/lapack-test/CMakeLists.txt b/vcpkg/scripts/test_ports/lapack-test/CMakeLists.txt new file mode 100644 index 0000000..1874911 --- /dev/null +++ b/vcpkg/scripts/test_ports/lapack-test/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.17) + +project(Find_LAPACK_external) +find_package(LAPACK REQUIRED) +find_package(PkgConfig REQUIRED) +pkg_check_modules(LAPACK_PC REQUIRED IMPORTED_TARGET lapack) |