qskinny/playground/dialogbuttons/CMakeLists.txt

5 lines
99 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND HEADERS Window.h)
list(APPEND SOURCES Window.cpp main.cpp)
2023-03-29 15:49:17 +00:00
qsk_example(dialogbuttons)