comparison examples/CMakeLists.txt @ 151:b19d076856d2

ui: cleanup theme module, closes #2498
author David Demelier <markand@malikania.fr>
date Thu, 15 Oct 2020 14:01:24 +0200
parents c577c15df07f
children 2252f9efac9a
comparison
equal deleted inserted replaced
150:9733d379be89 151:b19d076856d2
30 30
31 molko_define_executable( 31 molko_define_executable(
32 TARGET example-font 32 TARGET example-font
33 SOURCES example-font.c 33 SOURCES example-font.c
34 LIBRARIES libui 34 LIBRARIES libui
35 FOLDER examples
35 ) 36 )
36 37
37 molko_define_executable( 38 molko_define_executable(
38 TARGET example-inventory 39 TARGET example-inventory
39 SOURCES example-inventory.c 40 SOURCES example-inventory.c
47 48
48 molko_define_executable( 49 molko_define_executable(
49 TARGET example-label 50 TARGET example-label
50 SOURCES example-label.c 51 SOURCES example-label.c
51 LIBRARIES libui 52 LIBRARIES libui
53 FOLDER examples
52 ) 54 )
53 55
54 molko_define_executable( 56 molko_define_executable(
55 TARGET example-message 57 TARGET example-message
56 SOURCES example-message.c 58 SOURCES example-message.c
80 TARGET example-trace 82 TARGET example-trace
81 SOURCES example-trace.c 83 SOURCES example-trace.c
82 FOLDER examples 84 FOLDER examples
83 LIBRARIES libui libadventure 85 LIBRARIES libui libadventure
84 ) 86 )
87
88 molko_define_executable(
89 TARGET example-ui
90 SOURCES example-ui.c
91 FOLDER examples
92 LIBRARIES libui
93 )