Fix generation of theme.xml.h file with the new location of the default theme.xml

This commit is contained in:
David Capello 2017-06-10 15:10:42 -03:00
parent 27c4d832bf
commit 199f56a5ad

View File

@ -41,8 +41,8 @@ add_custom_command(
DEPENDS gen)
list(APPEND generated_files ${output_fn})
# Generate theme.xml.h from data/themes/default/theme.xml
set(theme_xml ${CMAKE_SOURCE_DIR}/data/themes/default/theme.xml)
# Generate theme.xml.h from data/extensions/aseprite-theme/theme.xml
set(theme_xml ${CMAKE_SOURCE_DIR}/data/extensions/aseprite-theme/theme.xml)
set(output_fn ${CMAKE_CURRENT_BINARY_DIR}/theme.xml.h)
add_custom_command(
OUTPUT ${output_fn}