comparison examples/CMakeLists.txt @ 163:4bbfcd9180a8

core: add window_set_cursor function, closes #2502
author David Demelier <markand@malikania.fr>
date Sun, 18 Oct 2020 17:14:42 +0200
parents 22141b6b2e43
children e8c3ea4fe5d2
comparison
equal deleted inserted replaced
162:629f55f3961e 163:4bbfcd9180a8
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-cursor
33 SOURCES example-cursor.c
34 FOLDER examples
35 LIBRARIES libui
29 ) 36 )
30 37
31 molko_define_executable( 38 molko_define_executable(
32 TARGET example-debug 39 TARGET example-debug
33 SOURCES example-debug.c 40 SOURCES example-debug.c