comparison examples/CMakeLists.txt @ 154:2252f9efac9a

ui: remove style from debug_report, closes #2499 While here add an example of usage and rename the function similar to trace.
author David Demelier <markand@malikania.fr>
date Fri, 16 Oct 2020 13:04:48 +0200
parents b19d076856d2
children 22141b6b2e43
comparison
equal deleted inserted replaced
153:aa6e70e330a1 154:2252f9efac9a
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 librpg 28 LIBRARIES librpg
29 )
30
31 molko_define_executable(
32 TARGET example-debug
33 SOURCES example-debug.c
34 FOLDER examples
35 LIBRARIES libui
29 ) 36 )
30 37
31 molko_define_executable( 38 molko_define_executable(
32 TARGET example-font 39 TARGET example-font
33 SOURCES example-font.c 40 SOURCES example-font.c