cmake export - export some variables to inspect installation

This commit is contained in:
Andrej730
2025-12-12 18:32:47 +05:00
parent d5210e0d75
commit 1d7d0f6d05
2 changed files with 11 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
@PACKAGE_INIT@
# Variable to inspect installed schema versions.
set(IFCOPENSHELL_SCHEMA_VERSIONS @SCHEMA_VERSIONS@)
set(IFCOPENSHELL_WITH_OPENCASCADE @WITH_OPENCASCADE@)
include("${CMAKE_CURRENT_LIST_DIR}/@CONFIG_TARGETS_FILENAME@")
check_required_components("@PROJECT_NAME@")