Skip to content
Snippets Groups Projects
Unverified Commit a052effb authored by René Fritze's avatar René Fritze
Browse files

[cmake] re-add format target

parent 64997c00
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ file(GLOB_RECURSE HEADER_LIST "${CMAKE_CURRENT_SOURCE_DIR}/../${_mod}/*.hh")
list(APPEND COMMON_HEADER ${HEADER_LIST})
endforeach(_mod DEPENDENCIES)
set_source_files_properties( ${COMMON_HEADER} PROPERTIES HEADER_FILE_ONLY 1 )
file( GLOB_RECURSE gdt_src "${CMAKE_CURRENT_SOURCE_DIR}/*.cxx" )
add_format(${gdt} ${gdt_src})
#disable most warnings from dependent modules
foreach(_mod ${ALL_DEPENDENCIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment