8 lines
213 B
CMake
8 lines
213 B
CMake
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
# Add the targets file
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/k4arecordTargets.cmake")
|