13 lines
495 B
CMake
13 lines
495 B
CMake
|
############################################################################
|
||
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||
|
# 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 )
|