diff options
Diffstat (limited to 'src/lib/ector/CMakeLists.txt')
-rw-r--r-- | src/lib/ector/CMakeLists.txt | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/src/lib/ector/CMakeLists.txt b/src/lib/ector/CMakeLists.txt index 133909192b..71daae7705 100644 --- a/src/lib/ector/CMakeLists.txt +++ b/src/lib/ector/CMakeLists.txt | |||
@@ -5,6 +5,10 @@ set(LIBRARIES | |||
5 | efl | 5 | efl |
6 | emile | 6 | emile |
7 | m | 7 | m |
8 | support-draw | ||
9 | support-freetype | ||
10 | support-rg_etc | ||
11 | support-triangulator | ||
8 | ) | 12 | ) |
9 | 13 | ||
10 | set(PUBLIC_LIBRARIES | 14 | set(PUBLIC_LIBRARIES |
@@ -99,31 +103,6 @@ set(SOURCES | |||
99 | software/ector_software_gradient.c | 103 | software/ector_software_gradient.c |
100 | software/ector_software_rasterizer.c | 104 | software/ector_software_rasterizer.c |
101 | software/ector_software_surface.c | 105 | software/ector_software_surface.c |
102 | |||
103 | ${CMAKE_SOURCE_DIR}/src/static_libs/draw/draw_main.c | ||
104 | ${CMAKE_SOURCE_DIR}/src/static_libs/draw/draw_main_neon.c | ||
105 | ${CMAKE_SOURCE_DIR}/src/static_libs/draw/draw_main_sse2.c | ||
106 | |||
107 | ${CMAKE_SOURCE_DIR}/src/static_libs/freetype/sw_ft_math.c | ||
108 | ${CMAKE_SOURCE_DIR}/src/static_libs/freetype/sw_ft_raster.c | ||
109 | ${CMAKE_SOURCE_DIR}/src/static_libs/freetype/sw_ft_stroker.c | ||
110 | |||
111 | ${CMAKE_SOURCE_DIR}/src/static_libs/rg_etc/etc2_encoder.c | ||
112 | ${CMAKE_SOURCE_DIR}/src/static_libs/rg_etc/rg_etc1.c | ||
113 | ${CMAKE_SOURCE_DIR}/src/static_libs/rg_etc/rg_etc1.h | ||
114 | ${CMAKE_SOURCE_DIR}/src/static_libs/rg_etc/rg_etc2.c | ||
115 | |||
116 | ${CMAKE_SOURCE_DIR}/src/static_libs/triangulator/triangulator_simple.c | ||
117 | ${CMAKE_SOURCE_DIR}/src/static_libs/triangulator/triangulator_simple.h | ||
118 | ${CMAKE_SOURCE_DIR}/src/static_libs/triangulator/triangulator_stroker.c | ||
119 | ${CMAKE_SOURCE_DIR}/src/static_libs/triangulator/triangulator_stroker.h | ||
120 | ) | ||
121 | |||
122 | set(INCLUDE_DIRECTORIES | ||
123 | ${CMAKE_SOURCE_DIR}/src/static_libs/draw | ||
124 | ${CMAKE_SOURCE_DIR}/src/static_libs/freetype | ||
125 | ${CMAKE_SOURCE_DIR}/src/static_libs/rg_etc | ||
126 | ${CMAKE_SOURCE_DIR}/src/static_libs/triangulator | ||
127 | ) | 106 | ) |
128 | 107 | ||
129 | add_custom_command( | 108 | add_custom_command( |