|
From: <kin...@us...> - 2025-09-05 05:49:27
|
Revision: 7359
http://sourceforge.net/p/teem/code/7359
Author: kindlmann
Date: 2025-09-05 05:49:25 +0000 (Fri, 05 Sep 2025)
Log Message:
-----------
upcoming version of this file
Added Paths:
-----------
teem/trunk/CMake/TeemConfig.cmake-v2.in
Added: teem/trunk/CMake/TeemConfig.cmake-v2.in
===================================================================
--- teem/trunk/CMake/TeemConfig.cmake-v2.in (rev 0)
+++ teem/trunk/CMake/TeemConfig.cmake-v2.in 2025-09-05 05:49:25 UTC (rev 7359)
@@ -0,0 +1,45 @@
+#
+# Teem: Tools to process and visualize scientific data and images
+# Copyright (C) 2009--2025 University of Chicago
+# Copyright (C) 2005--2008 Gordon Kindlmann
+# Copyright (C) 1998--2004 University of Utah
+#
+# This library is free software; you can redistribute it and/or modify it under the terms
+# of the GNU Lesser General Public License (LGPL) as published by the Free Software
+# Foundation; either version 2.1 of the License, or (at your option) any later version.
+# The terms of redistributing and/or modifying this software also include exceptions to
+# the LGPL that facilitate static linking.
+#
+# This library is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, see <https://www.gnu.org/licenses/>.
+#
+
+#-----------------------------------------------------------------------------
+# TeemConfig.cmake - CMake package configuration file for Teem
+#
+# This file is generated by CMake during Teem installation.
+# It is loaded by find_package(Teem) in consuming projects.
+
+@PACKAGE_INIT@
+
+# Version information
+set(Teem_VERSION_MAJOR @Teem_VERSION_MAJOR@)
+set(Teem_VERSION_MINOR @Teem_VERSION_MINOR@)
+set(Teem_VERSION_PATCH @Teem_VERSION_PATCH@)
+set(Teem_VERSION "@Teem_VERSION_STRING@")
+
+# Tools installed with Teem (optional metadata)
+set(Teem_TOOLS "@Teem_TOOLS@")
+
+# Auto-generated dependency calls from Teem's CMakeLists.txt
+@Teem_CONFIG_DEPENDENCIES@
+
+# Provide the imported targets built during installation
+include("${CMAKE_CURRENT_LIST_DIR}/TeemTargets.cmake")
+
+# Backward-compatibility variables (optional; safe to omit if want a clean slate)
+set(Teem_INCLUDE_DIRS "@Teem_CV_INCLUDE_DIRS@")
+set(Teem_LIBRARIES Teem::Teem)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|