qskinny/playground/shadows/CMakeLists.txt

5 lines
107 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND HEADERS ShadowedBox.h)
list(APPEND SOURCES ShadowedBox.cpp main.cpp)
2023-04-01 11:58:56 +00:00
qsk_add_example(shadows)