qskinny/playground/parrots/CMakeLists.txt

15 lines
460 B
CMake
Raw Normal View History

############################################################################
# QSkinny - Copyright (C) 2016 Uwe Rathmann
# SPDX-License-Identifier: BSD-3-Clause
############################################################################
2023-12-07 10:24:47 +00:00
set(SOURCES
2023-12-08 14:47:32 +00:00
Overlay.h Overlay.cpp
BlurringNode.h BlurringNode.cpp
SceneTexture.h SceneTexture.cpp
2023-12-07 10:24:47 +00:00
main.cpp)
2023-12-04 11:48:11 +00:00
qt_add_resources(SOURCES images.qrc shaders.qrc)
qsk_add_example(parrots ${SOURCES})