comparison cmake/MolkoBuildAssets.cmake @ 215:64f24b482722

rpg: implement tilesets separately, closes #2515 @4h While here: - Add CMake macros, - Update maps, - Add more tests.
author David Demelier <markand@malikania.fr>
date Tue, 17 Nov 2020 20:08:42 +0100
parents d841cff1017c
children 560303066120
comparison
equal deleted inserted replaced
214:82fd79d5019e 215:64f24b482722
40 OUTPUT ${output} 40 OUTPUT ${output}
41 COMMAND $<TARGET_FILE:bcc> ${arg0} -s ${a} ${category}-${name} > ${output} 41 COMMAND $<TARGET_FILE:bcc> ${arg0} -s ${a} ${category}-${name} > ${output}
42 DEPENDS 42 DEPENDS
43 ${a} 43 ${a}
44 $<TARGET_FILE:bcc> 44 $<TARGET_FILE:bcc>
45 COMMENT "Generate header file for ${basename}" 45 COMMENT "Generate header file from ${basename}"
46 ) 46 )
47 47
48 list(APPEND ${outputs} ${output}) 48 list(APPEND ${outputs} ${output})
49 endforeach () 49 endforeach ()
50 endmacro() 50 endmacro()