Skip to content

Commit

Permalink
Add Github files as a custom target
Browse files Browse the repository at this point in the history
This is useful for IDEs
  • Loading branch information
daljit46 committed Aug 7, 2023
1 parent 4fa388c commit 0e532cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,15 @@ add_subdirectory(src)
if(PROJECT_IS_TOP_LEVEL AND MRTRIX_BUILD_TESTS)
add_subdirectory(testing)
endif()

add_custom_target(Github SOURCES
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/checks.yml
.github/workflows/package-linux-anaconda.yml
.github/workflows/package-macos-anaconda.yml
.github/workflows/package-macos-native.yml
.github/workflows/package-windows-msys2.yml
)

0 comments on commit 0e532cc

Please sign in to comment.