Also install levels/other

dev-hd-graphics
Piotr Dziwiński 2014-09-21 21:07:41 +02:00
parent bd09232475
commit 7e37d683c9
2 changed files with 3 additions and 2 deletions

View File

@ -74,11 +74,10 @@ function(generate_help_i18n
# generate some unique string for target name
string(REGEX REPLACE "[/\\]" "_" target_suffix ${po_dir})
message(STATUS ${target_suffix})
# target to run both scripts
add_custom_target(i18n_${target_suffix} ALL DEPENDS ${translation_signalfile} ${po_clean_signalfile})
# return the translated files
set(${result_generated_help_dirs} ${output_help_subdirs} PARENT_SCOPE)
endfunction()
endfunction()

View File

@ -73,3 +73,5 @@ add_level_category(challenges)
add_level_category(exercises)
add_level_category(freemissions)
add_level_category(missions)
install(DIRECTORY other DESTINATION ${LEVEL_INSTALL_DATA_DIR})