aboutsummaryrefslogtreecommitdiff
path: root/demos/graphics/CMakeLists.txt
blob: 2ecd88bcaedb6b285ce5b2930f1068b7540920d0 (plain)
1
2
3
add_executable(cru_demo_graphics_draw_circle DrawCircle.cpp)

target_link_libraries(cru_demo_graphics_draw_circle PRIVATE cru_demo_base)