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

target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE cru_demo_base)