20 lines
350 B
Plaintext
20 lines
350 B
Plaintext
|
# 3 june 2016
|
||
|
|
||
|
_add_example(drawtext
|
||
|
drawtext/attributes.c
|
||
|
drawtext/basic.c
|
||
|
drawtext/emptystr_hittest.c
|
||
|
drawtext/hittest.c
|
||
|
drawtext/main.c
|
||
|
${_EXAMPLE_RESOURCES_RC}
|
||
|
)
|
||
|
target_include_directories(drawtext
|
||
|
PRIVATE drawtext)
|
||
|
|
||
|
_add_example(opentype
|
||
|
opentype/main.c
|
||
|
${_EXAMPLE_RESOURCES_RC}
|
||
|
)
|
||
|
target_include_directories(opentype
|
||
|
PRIVATE opentype)
|