Also install levels/other
parent
bd09232475
commit
7e37d683c9
|
@ -74,11 +74,10 @@ function(generate_help_i18n
|
||||||
|
|
||||||
# generate some unique string for target name
|
# generate some unique string for target name
|
||||||
string(REGEX REPLACE "[/\\]" "_" target_suffix ${po_dir})
|
string(REGEX REPLACE "[/\\]" "_" target_suffix ${po_dir})
|
||||||
message(STATUS ${target_suffix})
|
|
||||||
|
|
||||||
# target to run both scripts
|
# target to run both scripts
|
||||||
add_custom_target(i18n_${target_suffix} ALL DEPENDS ${translation_signalfile} ${po_clean_signalfile})
|
add_custom_target(i18n_${target_suffix} ALL DEPENDS ${translation_signalfile} ${po_clean_signalfile})
|
||||||
|
|
||||||
# return the translated files
|
# return the translated files
|
||||||
set(${result_generated_help_dirs} ${output_help_subdirs} PARENT_SCOPE)
|
set(${result_generated_help_dirs} ${output_help_subdirs} PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
|
@ -73,3 +73,5 @@ add_level_category(challenges)
|
||||||
add_level_category(exercises)
|
add_level_category(exercises)
|
||||||
add_level_category(freemissions)
|
add_level_category(freemissions)
|
||||||
add_level_category(missions)
|
add_level_category(missions)
|
||||||
|
|
||||||
|
install(DIRECTORY other DESTINATION ${LEVEL_INSTALL_DATA_DIR})
|
||||||
|
|
Loading…
Reference in New Issue