File: rapidfuzzConfig.cmake.in

package info (click to toggle)
rapidfuzz-cpp 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,480 kB
  • sloc: cpp: 30,893; python: 63; makefile: 26; sh: 8
file content (9 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@PACKAGE_INIT@

# Avoid repeatedly including the targets
if(NOT TARGET rapidfuzz::rapidfuzz)
    # Provide path for scripts
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

    include(${CMAKE_CURRENT_LIST_DIR}/rapidfuzzTargets.cmake)
endif()