mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-28 02:21:25 +00:00
cmake: Update clang integration to 1.0
This commit is contained in:
parent
81ed7241ff
commit
5ce59b4c12
2 changed files with 1 additions and 3 deletions
|
@ -2057,13 +2057,11 @@ if(T_CHECK)
|
||||||
)
|
)
|
||||||
clang_tidy(
|
clang_tidy(
|
||||||
TARGETS ${PROJECT_NAME}
|
TARGETS ${PROJECT_NAME}
|
||||||
GLOBAL
|
|
||||||
VERSION 14.0.0
|
VERSION 14.0.0
|
||||||
)
|
)
|
||||||
clang_format(
|
clang_format(
|
||||||
TARGETS ${PROJECT_NAME}
|
TARGETS ${PROJECT_NAME}
|
||||||
DEPENDENCY
|
DEPENDENCY
|
||||||
GLOBAL
|
|
||||||
VERSION 14.0.0
|
VERSION 14.0.0
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f249747ff0a460b3e564801079445a2216b7c068
|
Subproject commit 7e577af2e963e3dfcce611942fce305c70583b2a
|
Loading…
Reference in a new issue