blob: d492af0fae4b64855ce50faf180e047f3cb14752 [file] [log] [blame]
# Config file for the @EXPORT_TYPE@ STP Package
# It defines the following variables
# STP_INCLUDE_DIRS - include directories for STP
# STP_STATIC_LIBRARY - static library target (empty if not built)
# STP_SHARED_LIBRARY - dynamic library target (empty if not built)
# STP_EXECUTABLE - the stp executable
# STP_VERSION_* - the stp MAJOR/MINOR/PATCH versions
# STP_VERSION - the stp complete version string
# Compute paths
get_filename_component(STP_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(STP_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
# Our library dependencies (contains definitions for IMPORTED targets)
include("${STP_CMAKE_DIR}/@STP_TARGETS_FILENAME@")
# These are IMPORTED targets created by @STP_TARGETS_FILENAME@
set(STP_EXECUTABLE stp)
set(STP_STATIC_LIBRARY @STP_STATIC_LIBRARY@)
set(STP_SHARED_LIBRARY @STP_SHARED_LIBRARY@)
# Note version variables are implicitly set by STPConfigVersion.cmake