comparison examples/CMakeLists.txt @ 141:4eeeccf2b732

core: add trace/vtrace functions, closes #2493
author David Demelier <markand@malikania.fr>
date Wed, 14 Oct 2020 10:29:53 +0200
parents 30b68089ae70
children 28d9bb62fcb1
comparison
equal deleted inserted replaced
140:453651d76f7c 141:4eeeccf2b732
61 FOLDER examples 61 FOLDER examples
62 LIBRARIES libcore 62 LIBRARIES libcore
63 ASSETS 63 ASSETS
64 ${examples_SOURCE_DIR}/assets/sprites/explosion.png 64 ${examples_SOURCE_DIR}/assets/sprites/explosion.png
65 ) 65 )
66
67 molko_define_executable(
68 TARGET example-trace
69 SOURCES example-trace.c
70 FOLDER examples
71 LIBRARIES libcore libadventure
72 )