aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/sqlite3-config.in.cmake
blob: 538342cf42961fcb2456e30336744ac25e092f7a (plain)
1
2
3
4
5
6
7

if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "static" AND NOT WIN32)
    include(CMakeFindDependencyMacro)
    find_dependency(Threads)
endif()

include(${CMAKE_CURRENT_LIST_DIR}/sqlite3-targets.cmake)