Warning, /libraries/atcore/src/core/AtCoreConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: AtCore Authors
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 @PACKAGE_INIT@
0004 include(CMakeFindDependencyMacro)
0005 
0006 find_dependency(Qt${QT_MAJOR_VERSION}SerialPort "@REQUIRED_QT_VERSION@")
0007 
0008 include("${CMAKE_CURRENT_LIST_DIR}/AtCoreTargets.cmake")