comparison examples/CMakeLists.txt @ 183:604fad63bd9c

core: fix animation delay
author David Demelier <markand@malikania.fr>
date Mon, 02 Nov 2020 13:42:51 +0100
parents 867b60e6258a
children 4ad7420ab678
comparison
equal deleted inserted replaced
182:f6497ec74b49 183:604fad63bd9c
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-animation
33 SOURCES example-animation.c
34 FOLDER examples
35 ASSETS
36 ${examples_SOURCE_DIR}/assets/sprites/numbers.png
37 LIBRARIES libui
29 ) 38 )
30 39
31 molko_define_executable( 40 molko_define_executable(
32 TARGET example-cursor 41 TARGET example-cursor
33 SOURCES example-cursor.c 42 SOURCES example-cursor.c