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

target_link_libraries(CruDemoGraphicsDrawCircle PRIVATE CruDemoBase)