aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlcipher/sqlcipher-config.in.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sqlcipher/sqlcipher-config.in.cmake')
-rw-r--r--ports/sqlcipher/sqlcipher-config.in.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/sqlcipher/sqlcipher-config.in.cmake b/ports/sqlcipher/sqlcipher-config.in.cmake
new file mode 100644
index 000000000..308ea4715
--- /dev/null
+++ b/ports/sqlcipher/sqlcipher-config.in.cmake
@@ -0,0 +1,7 @@
+
+if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
+ include(CMakeFindDependencyMacro)
+ find_dependency(Threads)
+endif()
+
+include(${CMAKE_CURRENT_LIST_DIR}/sqlcipher-targets.cmake)