2018-06-16 11:07:21 +08:00
|
|
|
|
|
|
|
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Threads)
|
|
|
|
endif()
|
|
|
|
|
2020-08-06 01:36:25 +08:00
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-sqlite3-targets.cmake)
|