|
@@ -4,7 +4,7 @@ include(CheckCXXCompilerFlag)
|
|
|
function(flatify target headers)
|
|
function(flatify target headers)
|
|
|
foreach(header ${headers})
|
|
foreach(header ${headers})
|
|
|
get_filename_component(tgt ${header} NAME)
|
|
get_filename_component(tgt ${header} NAME)
|
|
|
- configure_file(${header} ${target}/${tgt} @ONLY)
|
|
|
|
|
|
|
+ configure_file(${header} ${target}/${tgt} COPYONLY)
|
|
|
endforeach(header ${headers})
|
|
endforeach(header ${headers})
|
|
|
endfunction()
|
|
endfunction()
|
|
|
|
|
|