qskinny/examples/tabview/CMakeLists.txt

13 lines
210 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND HEADERS
CustomSlider.h
CustomSliderSkinlet.h
2022-09-29 15:59:07 +00:00
OtherSlider.h)
2023-03-29 15:49:17 +00:00
list(APPEND SOURCES
CustomSlider.cpp
CustomSliderSkinlet.cpp
OtherSlider.cpp
2022-09-29 15:59:07 +00:00
main.cpp)
2023-03-29 15:49:17 +00:00
qsk_example(tabview)