Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

[r2519]: / trunk / rdkit-config.cmake.in  Maximize  Restore  History

Download this file

9 lines (7 with data), 336 Bytes

# Compute installation prefix relative to this file
get_filename_component (_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component (_prefix "${_dir}/.." ABSOLUTE)

# Import the targets
include ("${_prefix}/lib@LIB_SUFFIX@/@RDKit_EXPORTED_TARGETS@.cmake")

# Report other info
set (RDKit_INCLUDE_DIRS "${_prefix}/@RDKit_HdrDir@")