mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Fix generation of theme.xml.h file with the new location of the default theme.xml
This commit is contained in:
parent
27c4d832bf
commit
199f56a5ad
@ -41,8 +41,8 @@ add_custom_command(
|
|||||||
DEPENDS gen)
|
DEPENDS gen)
|
||||||
list(APPEND generated_files ${output_fn})
|
list(APPEND generated_files ${output_fn})
|
||||||
|
|
||||||
# Generate theme.xml.h from data/themes/default/theme.xml
|
# Generate theme.xml.h from data/extensions/aseprite-theme/theme.xml
|
||||||
set(theme_xml ${CMAKE_SOURCE_DIR}/data/themes/default/theme.xml)
|
set(theme_xml ${CMAKE_SOURCE_DIR}/data/extensions/aseprite-theme/theme.xml)
|
||||||
set(output_fn ${CMAKE_CURRENT_BINARY_DIR}/theme.xml.h)
|
set(output_fn ${CMAKE_CURRENT_BINARY_DIR}/theme.xml.h)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT ${output_fn}
|
OUTPUT ${output_fn}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user