mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2025-02-11 04:35:08 +01:00
![zty199](/assets/img/avatar_default.png)
add copyright and licensing info for new cmake files Log: add copyright and licensing info for new cmake files
7 lines
193 B
CMake
7 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)
|