We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b672e4a + 16851d4 commit af457f9Copy full SHA for af457f9
CMakeLists.txt
@@ -4,6 +4,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
4
PATTERN "*.json"
5
PATTERN "scripts/docs" EXCLUDE
6
PATTERN "scripts/test" EXCLUDE
7
+ PATTERN ".github" EXCLUDE
8
+ PATTERN ".vscode" EXCLUDE
9
)
10
11
if(BUILD_TESTS)
0 commit comments