Skip to content

Commit 16851d4

Browse files
committed
do not install .vscode or .github
1 parent b672e4a commit 16851d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
44
PATTERN "*.json"
55
PATTERN "scripts/docs" EXCLUDE
66
PATTERN "scripts/test" EXCLUDE
7+
PATTERN ".github" EXCLUDE
8+
PATTERN ".vscode" EXCLUDE
79
)
810

911
if(BUILD_TESTS)

0 commit comments

Comments
 (0)