gio-qt/qgio-tools/qt5.cmake
zty199 c22fc13355 chore: add copyright and licensing info for new cmake files
add copyright and licensing info for new cmake files

Log: add copyright and licensing info for new cmake files
2024-06-13 09:41:37 +08:00

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)