mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
9 lines
336 B
CMake
9 lines
336 B
CMake
# 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@") |