dynarmic/cmake/tsl-robin-mapConfig.cmake.in
MerryMage 8bf66a678a Squashed 'externals/robin-map/' content from commit 5cf53c6f5
git-subtree-dir: externals/robin-map
git-subtree-split: 5cf53c6f5d81ba31a475f66ac4a61c6f54e476d3
2020-05-26 20:51:11 +01:00

9 lines
407 B
CMake

# 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()