diff options
| author | crupest <crupest@outlook.com> | 2021-08-21 23:15:43 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-08-21 23:15:43 +0800 |
| commit | c0616e3892e4f713bea7abd217191b8713a1d1bf (patch) | |
| tree | fd1baef5d9752b36a065a2e9677b46676f60c0f9 /src/osx/graphics/quartz/CMakeLists.txt | |
| parent | e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f (diff) | |
| download | cru-c0616e3892e4f713bea7abd217191b8713a1d1bf.tar.gz cru-c0616e3892e4f713bea7abd217191b8713a1d1bf.tar.bz2 cru-c0616e3892e4f713bea7abd217191b8713a1d1bf.zip | |
...
Diffstat (limited to 'src/osx/graphics/quartz/CMakeLists.txt')
| -rw-r--r-- | src/osx/graphics/quartz/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/graphics/quartz/CMakeLists.txt b/src/osx/graphics/quartz/CMakeLists.txt index 41577ad7..2d66c3e7 100644 --- a/src/osx/graphics/quartz/CMakeLists.txt +++ b/src/osx/graphics/quartz/CMakeLists.txt @@ -1,11 +1,13 @@ set(CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/graphics/quartz) add_library(cru_osx_graphics_quartz SHARED + Convert.cpp Factory.cpp Painter.cpp Resource.cpp ) target_sources(cru_osx_graphics_quartz PUBLIC + ${CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR}/Convert.hpp ${CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR}/Factory.hpp ${CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR}/Painter.hpp ${CRU_OSX_GRAPHICS_NATIVE_INCLUDE_DIR}/Resource.hpp |
