File: tsl_robin_mapConfig.cmake.in

package info (click to toggle)
robin-map 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: cpp: 2,673; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# This module sets the following variables:
# * tsl_robin_map_FOUND - true if tsl_robin_map found on the system
# * tsl_robin_map_INCLUDE_DIRS - the directory containing tsl_robin_map headers
@PACKAGE_INIT@

if(NOT TARGET tsl::robin_map)
  include("${CMAKE_CURRENT_LIST_DIR}/tsl_robin_mapTargets.cmake")
  get_target_property(tsl_robin_map_INCLUDE_DIRS tsl::robin_map INTERFACE_INCLUDE_DIRECTORIES)
endif()