File: SQLiteCppConfig.cmake.in

package info (click to toggle)
sqlitecpp 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,924 kB
  • sloc: ansic: 154,613; cpp: 3,663; python: 2,374; xml: 14; sh: 12; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(CMakeFindDependencyMacro)
if(NOT @SQLITECPP_INTERNAL_SQLITE@)
    find_dependency(SQLite3 REQUIRED)
endif()
if(@UNIX@)
    set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
    find_dependency(Threads REQUIRED)
endif()

@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")