File: tsl-ordered-mapConfig.cmake.in

package info (click to toggle)
ordered-map 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 424 kB
  • sloc: cpp: 3,123; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# This module sets the following variables:
# * tsl-ordered-map_FOUND - true if tsl-ordered-map found on the system
# * tsl-ordered-map_INCLUDE_DIRS - the directory containing tsl-ordered-map headers
@PACKAGE_INIT@

if(NOT TARGET tsl::ordered_map)
  include("${CMAKE_CURRENT_LIST_DIR}/tsl-ordered-mapTargets.cmake")
  get_target_property(tsl-ordered-map_INCLUDE_DIRS tsl::ordered_map INTERFACE_INCLUDE_DIRECTORIES)
endif()