Make all level files being installed
parent
00378661fc
commit
0808337288
|
@ -67,6 +67,12 @@ function(add_level level_dir)
|
||||||
${work_dir}
|
${work_dir}
|
||||||
${LEVEL_INSTALL_DATA_DIR}/${level_dir})
|
${LEVEL_INSTALL_DATA_DIR}/${level_dir})
|
||||||
|
|
||||||
|
# Install all other (non-translatable) files
|
||||||
|
install(DIRECTORY ${level_dir}/ DESTINATION ${LEVEL_INSTALL_DATA_DIR}/${level_dir}
|
||||||
|
PATTERN "help*" EXCLUDE
|
||||||
|
PATTERN "po*" EXCLUDE
|
||||||
|
PATTERN "scene.txt" EXCLUDE)
|
||||||
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue