9 lines
336 B
CMake
9 lines
336 B
CMake
############################################################################
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
############################################################################
|
|
|
|
qsk_add_example(listbox main.cpp
|
|
ListBox.h ListBox.cpp
|
|
TreeBox.h TreeBox.cpp)
|