mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,format] reformat all cmake files
This commit is contained in:
@@ -5,18 +5,7 @@
|
||||
#
|
||||
|
||||
function(cleaning_configure_file SRC DST)
|
||||
configure_file(${SRC} ${DST} ${ARGN})
|
||||
set_property(
|
||||
DIRECTORY
|
||||
APPEND
|
||||
PROPERTY ADDITIONAL_CLEAN_FILES
|
||||
${DST}
|
||||
)
|
||||
set_property(
|
||||
DIRECTORY
|
||||
APPEND
|
||||
PROPERTY CMAKE_CONFIGURE_DEPENDS
|
||||
${SRC}
|
||||
${DST}
|
||||
)
|
||||
configure_file(${SRC} ${DST} ${ARGN})
|
||||
set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_CLEAN_FILES ${DST})
|
||||
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${SRC} ${DST})
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user