Skip to content
Snippets Groups Projects

Preliminary CMake implementation

Merged Yen-Chen Chen requested to merge cmake_configure into master
Compare and
8 files
+ 315
0
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 11
0
# Copyright (c) 2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(@PROJECT_NAME@ REQUIRED_VARS @PROJECT_NAME@_DIR)
Loading