Skip to content

Commit 9cda0ee

Browse files
committed
feat: add python release scripts to solution
1 parent a8337d8 commit 9cda0ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ file(GLOB_RECURSE SJSON_CPP_INCLUDE_FILES LIST_DIRECTORIES false
1919
${PROJECT_SOURCE_DIR}/includes/*.h
2020
${PROJECT_SOURCE_DIR}/*.md
2121
${PROJECT_SOURCE_DIR}/cmake/*.cmake
22-
${PROJECT_SOURCE_DIR}/tools/vs_visualizers/*.natvis)
22+
${PROJECT_SOURCE_DIR}/tools/release_scripts/*.py
23+
${PROJECT_SOURCE_DIR}/tools/vs_visualizers/*.natvis
24+
)
2325

2426
create_source_groups("${SJSON_CPP_INCLUDE_FILES}" ${PROJECT_SOURCE_DIR})
2527

0 commit comments

Comments
 (0)