aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt')
-rw-r--r--vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt b/vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt
new file mode 100644
index 0000000..743ddb6
--- /dev/null
+++ b/vcpkg/scripts/test_ports/cblas-test/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.17)
+
+project(Find_CBLAS_external)
+find_package(PkgConfig REQUIRED)
+pkg_check_modules(CBLAS_PC REQUIRED IMPORTED_TARGET cblas)