mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 10:36:39 +00:00
Remove superfluous copy_all_files macro
This commit is contained in:
parent
76c4ff983a
commit
6af8ad70a5
1 changed files with 0 additions and 7 deletions
|
@ -88,13 +88,6 @@ endforeach (u)
|
||||||
source_group ("components\\${dir}" FILES ${files})
|
source_group ("components\\${dir}" FILES ${files})
|
||||||
endmacro (add_component_qt_dir)
|
endmacro (add_component_qt_dir)
|
||||||
|
|
||||||
macro (copy_all_files source_dir destination_dir files)
|
|
||||||
foreach (f ${files})
|
|
||||||
get_filename_component(filename ${f} NAME)
|
|
||||||
configure_file(${source_dir}/${f} ${destination_dir}/${filename} COPYONLY)
|
|
||||||
endforeach (f)
|
|
||||||
endmacro (copy_all_files)
|
|
||||||
|
|
||||||
macro (add_file project type file)
|
macro (add_file project type file)
|
||||||
list (APPEND ${project}${type} ${file})
|
list (APPEND ${project}${type} ${file})
|
||||||
endmacro (add_file)
|
endmacro (add_file)
|
||||||
|
|
Loading…
Reference in a new issue