From 199f56a5ad9a0c7c35feb73c26dc19e068cc6068 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 10 Jun 2017 15:10:42 -0300 Subject: [PATCH] Fix generation of theme.xml.h file with the new location of the default theme.xml --- src/app/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index f9c7ed3e9..c7994325b 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -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}