9 lines
310 B
CMake
9 lines
310 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) The authors
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
############################################################################
|
|
|
|
set(SOURCES main.cpp)
|
|
qsk_add_example(controlsgallery ${SOURCES})
|
|
|