openbabel/OpenBabel3Config.cmake.in

9 lines
318 B
CMake

@PACKAGE_INIT@
set(OpenBabel3_INCLUDE_DIRS "@OpenBabel3_INCLUDE_DIRS@")
set(OpenBabel3_LIBRARIES "@OpenBabel3_LIBRARIES@")
set(OpenBabel3_ENABLE_VERSIONED_FORMATS "@ENABLE_VERSIONED_FORMATS@")
# Include the exports file to import the exported OpenBabel targets
include("${CMAKE_CURRENT_LIST_DIR}/@OB_EXPORTS_FILE@")