comparison examples/CMakeLists.txt @ 144:28d9bb62fcb1

core: add font_box function, closes #2495 While here, add an example of usage.
author David Demelier <markand@malikania.fr>
date Wed, 14 Oct 2020 16:40:34 +0200
parents 4eeeccf2b732
children 7f1af54bb35a
comparison
equal deleted inserted replaced
143:4f4795cba52f 144:28d9bb62fcb1
23 SOURCES example-action.c 23 SOURCES example-action.c
24 FOLDER examples 24 FOLDER examples
25 ASSETS 25 ASSETS
26 ${examples_SOURCE_DIR}/assets/sprites/chest.png 26 ${examples_SOURCE_DIR}/assets/sprites/chest.png
27 ${examples_SOURCE_DIR}/assets/sprites/people.png 27 ${examples_SOURCE_DIR}/assets/sprites/people.png
28 LIBRARIES libcore
29 )
30
31 molko_define_executable(
32 TARGET example-font
33 SOURCES example-font.c
28 LIBRARIES libcore 34 LIBRARIES libcore
29 ) 35 )
30 36
31 molko_define_executable( 37 molko_define_executable(
32 TARGET example-inventory 38 TARGET example-inventory