diff options
author | crupest <crupest@outlook.com> | 2022-02-01 18:49:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-01 18:49:55 +0800 |
commit | d1c14725443399f7145e314d79597ec35b639eeb (patch) | |
tree | 50c6743d6766cdc6fd04921d305380143b42d3dc /src/win/graphics/direct/CMakeLists.txt | |
parent | b9a553d4acc15ec981636b30db537be280d593e5 (diff) | |
download | cru-d1c14725443399f7145e314d79597ec35b639eeb.tar.gz cru-d1c14725443399f7145e314d79597ec35b639eeb.tar.bz2 cru-d1c14725443399f7145e314d79597ec35b639eeb.zip |
...
Diffstat (limited to 'src/win/graphics/direct/CMakeLists.txt')
-rw-r--r-- | src/win/graphics/direct/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win/graphics/direct/CMakeLists.txt b/src/win/graphics/direct/CMakeLists.txt index 84c2af61..39f9802a 100644 --- a/src/win/graphics/direct/CMakeLists.txt +++ b/src/win/graphics/direct/CMakeLists.txt @@ -2,6 +2,8 @@ add_library(cru_win_graphics_direct SHARED Brush.cpp Font.cpp Geometry.cpp + Image.cpp + ImageFactory.cpp Factory.cpp Painter.cpp Resource.cpp |