mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
50fb30f84c
* [sqlcipher] New port * Reformatted. * Update vcpkg.json * Update ports/sqlcipher/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Removed from baseline, because flagged in vcpkg.json. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
8 lines
205 B
CMake
8 lines
205 B
CMake
|
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/sqlcipher-targets.cmake)
|