mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 20:35:48 -04:00
Remove superfluous copy_all_files macro
This commit is contained in:
parent
76c4ff983a
commit
6af8ad70a5
@ -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…
x
Reference in New Issue
Block a user