Initial Commit - Lesson 31 (Commit #1)

This commit is contained in:
Norman Lansing
2026-02-24 22:39:26 -05:00
commit 9591e7f503
4631 changed files with 1019212 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# MPark.Variant
#
# Copyright Michael Park, 2015-2017
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
# Config file for MPark.Variant
#
# `MPARK_VARIANT_INCLUDE_DIRS` - include directories
# `MPARK_VARIANT_LIBRARIES` - libraries to link against
#
# The following `IMPORTED` target is also defined:
#
# `mpark_variant`
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/mpark_variant-targets.cmake")
get_target_property(
MPARK_VARIANT_INCLUDE_DIRS
mpark_variant INTERFACE_INCLUDE_DIRECTORIES)
set_and_check(MPARK_VARIANT_INCLUDE_DIRS "${MPARK_VARIANT_INCLUDE_DIRS}")
set(MPARK_VARIANT_LIBRARIES mpark_variant)