comparison examples/CMakeLists.txt @ 160:22141b6b2e43

rpg: remove inventory_dialog for now
author David Demelier <markand@malikania.fr>
date Sat, 17 Oct 2020 10:01:46 +0200
parents 2252f9efac9a
children 4bbfcd9180a8
comparison
equal deleted inserted replaced
159:e05a792f6910 160:22141b6b2e43
38 molko_define_executable( 38 molko_define_executable(
39 TARGET example-font 39 TARGET example-font
40 SOURCES example-font.c 40 SOURCES example-font.c
41 LIBRARIES libui 41 LIBRARIES libui
42 FOLDER examples 42 FOLDER examples
43 )
44
45 molko_define_executable(
46 TARGET example-inventory
47 SOURCES example-inventory.c
48 ASSETS
49 ${examples_SOURCE_DIR}/assets/images/fish.png
50 ${examples_SOURCE_DIR}/assets/images/potion.png
51 ${examples_SOURCE_DIR}/assets/images/sword.png
52 FOLDER examples
53 LIBRARIES librpg
54 ) 43 )
55 44
56 molko_define_executable( 45 molko_define_executable(
57 TARGET example-label 46 TARGET example-label
58 SOURCES example-label.c 47 SOURCES example-label.c