13 lines
489 B
CMake
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 )
|