diff options
Diffstat (limited to 'demos/platform/graphics/CMakeLists.txt')
-rw-r--r-- | demos/platform/graphics/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/platform/graphics/CMakeLists.txt b/demos/platform/graphics/CMakeLists.txt index ff5f64a5..07758ee6 100644 --- a/demos/platform/graphics/CMakeLists.txt +++ b/demos/platform/graphics/CMakeLists.txt @@ -5,5 +5,8 @@ target_sources(CruDemoPlatformGraphicsBase INTERFACE Base.cpp) add_executable(CruDemoPlatformGraphicsDrawCircle DrawCircle.cpp) target_link_libraries(CruDemoPlatformGraphicsDrawCircle PRIVATE CruDemoPlatformGraphicsBase) +add_executable(CruDemoPlatformGraphicsDrawText DrawText.cpp) +target_link_libraries(CruDemoPlatformGraphicsDrawText PRIVATE CruDemoPlatformGraphicsBase) + add_executable(CruDemoPlatformGraphicsSvgPath SvgPath.cpp) target_link_libraries(CruDemoPlatformGraphicsSvgPath PRIVATE CruDemoPlatformGraphicsBase) |