mirror of https://github.com/FreeRDP/FreeRDP
[uwac] disable clang-tidy for generated files
This commit is contained in:
parent
9fed64eb0d
commit
e864fed61f
|
@ -37,6 +37,8 @@ macro(generate_protocol_file PROTO)
|
|||
list(APPEND GENERATED_SOURCES ${CMAKE_CURRENT_BINARY_DIR}/protocols/${PROTO}-protocol.c)
|
||||
endmacro()
|
||||
|
||||
disable_warnings_for_directory(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
generate_protocol_file(xdg-shell)
|
||||
generate_protocol_file(viewporter)
|
||||
generate_protocol_file(xdg-decoration-unstable-v1)
|
||||
|
|
Loading…
Reference in New Issue