mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
9 lines
318 B
CMake
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@")
|