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
199 B
CMake
8 lines
199 B
CMake
# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
add_executable(qgio-tools-qt6 main.cpp)
|
|
|
|
target_link_libraries(qgio-tools-qt6 gio-qt_qt6)
|