aboutsummaryrefslogtreecommitdiff
path: root/src/crc32c/Crc32cConfig.cmake
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2020-01-28 16:59:58 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-01-28 17:00:01 +0100
commit3acaa13b157509e81f0eba6c1e16938816439e7b (patch)
treeec0fc55dc63d16c4fae135abfe580cd646a7f9c0 /src/crc32c/Crc32cConfig.cmake
parent20a6babfa9a66f5432ef19c6c433b4357560f853 (diff)
parent2e1819311a59fb5cb26e3ca50a510bfe01358350 (diff)
downloadbitcoin-3acaa13b157509e81f0eba6c1e16938816439e7b.tar.xz
Import crc32c using subtree merge as as 'src/crc32c'
Diffstat (limited to 'src/crc32c/Crc32cConfig.cmake')
-rw-r--r--src/crc32c/Crc32cConfig.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crc32c/Crc32cConfig.cmake b/src/crc32c/Crc32cConfig.cmake
new file mode 100644
index 0000000000..4d6057ec26
--- /dev/null
+++ b/src/crc32c/Crc32cConfig.cmake
@@ -0,0 +1,5 @@
+# Copyright 2017 The CRC32C Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file. See the AUTHORS file for names of contributors.
+
+include("${CMAKE_CURRENT_LIST_DIR}/Crc32cTargets.cmake")