diff options
| author | crupest <crupest@outlook.com> | 2020-05-24 01:40:02 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-05-24 01:40:02 +0800 |
| commit | d86a71f79afe0e4dac768f61d6bff690567aca5b (patch) | |
| tree | 4957e9a64c77680deb07201fbd879bf036616dae /src/platform/graph | |
| parent | f3a8fd608a9776ef0a5f547da918a32cf6074060 (diff) | |
| download | cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.gz cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.bz2 cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.zip | |
...
Diffstat (limited to 'src/platform/graph')
| -rw-r--r-- | src/platform/graph/CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/platform/graph/CMakeLists.txt b/src/platform/graph/CMakeLists.txt index dac28370..3bf11e8d 100644 --- a/src/platform/graph/CMakeLists.txt +++ b/src/platform/graph/CMakeLists.txt @@ -1,14 +1,14 @@ set(CRU_PLATFORM_GRAPH_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/platform/graph) add_library(cru_platform_graph INTERFACE) target_sources(cru_platform_graph INTERFACE - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/base.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/brush.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/font.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/geometry.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/factory.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/resource.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/painter.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/text_layout.hpp - ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/util/painter.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Base.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Brush.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Font.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Geometry.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Factory.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Resource.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/Painter.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/TextLayout.hpp + ${CRU_PLATFORM_GRAPH_INCLUDE_DIR}/util/Painter.hpp ) target_link_libraries(cru_platform_graph INTERFACE cru_platform_base) |
