Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2018-02-12 18:17:21 +0300
committerGuillaume Chatelet <gchatelet@google.com>2018-02-12 18:17:21 +0300
commit1976dcd4d2eca3211eb462d9dd33687312340709 (patch)
treeb933939c9d46c47f409a3a855fa36f1b9e14d3a1 /cmake
parente419573d103fb6808e5f25236b6d0f2f89fc58eb (diff)
Adding CMake install. Fixes #18
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CpuFeaturesConfig.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/CpuFeaturesConfig.cmake.in b/cmake/CpuFeaturesConfig.cmake.in
new file mode 100644
index 0000000..e0bf10e
--- /dev/null
+++ b/cmake/CpuFeaturesConfig.cmake.in
@@ -0,0 +1,3 @@
+# CpuFeatures CMake configuration file
+
+include("${CMAKE_CURRENT_LIST_DIR}/CpuFeaturesTargets.cmake")