We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c61594 commit 753e815Copy full SHA for 753e815
cmake/ystdlib-helpers.cmake
@@ -106,8 +106,7 @@ function(add_cpp_library)
106
target_sources(
107
${ARG_NAME}
108
PUBLIC
109
- FILE_SET
110
- HEADERS
+ FILE_SET HEADERS
111
BASE_DIRS
112
"$<BUILD_INTERFACE:${ARG_BUILD_INCLUDE_DIRS}>"
113
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
lint-requirements.txt
@@ -1,5 +1,5 @@
1
clang-format>=20.1.0
2
clang-tidy>=19.1.0
3
colorama>=0.4.6
4
-gersemi>=0.20.0
+gersemi>=0.21.0
5
yamllint>=1.35.1
0 commit comments