Also install levels/other
parent
bd09232475
commit
7e37d683c9
|
@ -74,7 +74,6 @@ 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})
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue