comparison examples/CMakeLists.txt @ 145:7f1af54bb35a

core: rework label alignment, closes #2494 @1h Now labels can be positioned on a bounding box with much more convenient possibilities.
author David Demelier <markand@malikania.fr>
date Wed, 14 Oct 2020 18:11:38 +0200
parents 28d9bb62fcb1
children c577c15df07f
comparison
equal deleted inserted replaced
144:28d9bb62fcb1 145:7f1af54bb35a
44 FOLDER examples 44 FOLDER examples
45 LIBRARIES libcore 45 LIBRARIES libcore
46 ) 46 )
47 47
48 molko_define_executable( 48 molko_define_executable(
49 TARGET example-label
50 SOURCES example-label.c
51 LIBRARIES libcore
52 )
53
54 molko_define_executable(
49 TARGET example-message 55 TARGET example-message
50 SOURCES example-message.c 56 SOURCES example-message.c
51 FOLDER examples 57 FOLDER examples
52 LIBRARIES libcore 58 LIBRARIES libcore
53 ) 59 )