qskinny/playground/charts/CMakeLists.txt
2024-01-17 14:31:45 +01:00

13 lines
489 B
CMake

############################################################################
# QSkinny - Copyright (C) The authors
# This file may be used under the terms of the 3-clause BSD License
############################################################################
qsk_add_example(charts
ChartSample.h ChartSample.cpp
CircularChartSkinlet.h CircularChartSkinlet.cpp
StackedChart.h StackedChart.cpp
CircularChart.h CircularChart.cpp
ChartView.h ChartView.cpp
main.cpp )