qskinny/playground/shapes/CMakeLists.txt

17 lines
246 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND RESOURCES shapes.qrc)
2023-03-08 09:44:21 +00:00
2023-03-29 15:49:17 +00:00
list(APPEND HEADERS
ShapeItem.h
GeometricShape.h
Window.h
Stroke.h)
2023-03-29 15:49:17 +00:00
list(APPEND SOURCES
Stroke.cpp
ShapeItem.cpp
GeometricShape.cpp
Window.cpp
main.cpp)
2023-03-29 15:49:17 +00:00
qsk_example(shapes)