qskinny/examples/boxes/CMakeLists.txt

5 lines
89 B
CMake

list(APPEND HEADERS Box.h)
list(APPEND SOURCES Box.cpp main.cpp)
qsk_add_example(boxes)