comparison examples/CMakeLists.txt @ 129:9301c7c84471

core: implement basic drawables, closes #2491 @1h
author David Demelier <markand@malikania.fr>
date Tue, 06 Oct 2020 13:55:20 +0200
parents d59efa737fcc
children 30b68089ae70
comparison
equal deleted inserted replaced
128:365e40e92800 129:9301c7c84471
42 FOLDER examples 42 FOLDER examples
43 ASSETS 43 ASSETS
44 ${examples_SOURCE_DIR}/assets/sounds/vabsounds-romance.ogg 44 ${examples_SOURCE_DIR}/assets/sounds/vabsounds-romance.ogg
45 LIBRARIES libcore 45 LIBRARIES libcore
46 ) 46 )
47
48 molko_define_executable(
49 TARGET example-drawable
50 SOURCES example-drawable.c
51 FOLDER examples
52 LIBRARIES libcore
53 ASSETS
54 ${examples_SOURCE_DIR}/assets/sprites/explosion.png
55 )