qskinny/playground/parrots/CMakeLists.txt

10 lines
357 B
CMake
Raw Normal View History

############################################################################
# QSkinny - Copyright (C) 2016 Uwe Rathmann
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
set(SOURCES main.cpp)
2023-12-04 11:48:11 +00:00
qt_add_resources(SOURCES images.qrc shaders.qrc)
qsk_add_example(parrots ${SOURCES})