Warning, /sdk/heaptrack/3rdparty/robin-map/cmake/tsl-robin-mapConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # This module sets the following variables:
0002 # * tsl-robin-map_FOUND - true if tsl-robin-map found on the system
0003 # * tsl-robin-map_INCLUDE_DIRS - the directory containing tsl-robin-map headers
0004 @PACKAGE_INIT@
0005 
0006 if(NOT TARGET tsl::robin_map)
0007   include("${CMAKE_CURRENT_LIST_DIR}/tsl-robin-mapTargets.cmake")
0008   get_target_property(tsl-robin-map_INCLUDE_DIRS tsl::robin_map INTERFACE_INCLUDE_DIRECTORIES)
0009 endif()