mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
c22fc13355
add copyright and licensing info for new cmake files Log: add copyright and licensing info for new cmake files
8 lines
193 B
CMake
8 lines
193 B
CMake
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
add_executable (qgio-tools main.cpp)
|
|
|
|
target_link_libraries (qgio-tools gio-qt_qt5)
|