File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : b2a4844
2+ _commit : da2acba
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : cpp
6+ add_vcpkg : true
67add_wiki : true
78email : 3105306+timkpaine@users.noreply.github.com
89github : python-project-templates
Original file line number Diff line number Diff line change 5252
5353 - uses : actions-ext/cpp/setup@51c484ef64088c62434226039d0e3359f5fc8df6
5454
55+ - uses : actions-ext/cpp/setup-vcpkg-cache@6ded4958b7e13d73428138a01d53c33cb941121d
56+
5557 - name : Install dependencies
5658 run : make develop
5759
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ __pycache__/
1313* .exp
1414* .lib
1515
16+ # vcpkg
17+ vcpkg /
18+ vcpkg_installed /
19+
1620# Rust
1721target
1822target-capi
Original file line number Diff line number Diff line change @@ -129,6 +129,11 @@ packages = [
129129 " cpp" ,
130130]
131131
132+ [tool .hatch .build .targets .sdist .force-include ]
133+ "vcpkg.json" = " vcpkg.json"
134+ "vcpkg-overlays" = " vcpkg-overlays"
135+
136+
132137[tool .hatch .build .targets .wheel ]
133138packages = [
134139 " python_template_cpp" ,
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : [],
3+ "configuration" : {
4+ "overlay-ports" : [
5+ " vcpkg-overlays"
6+ ]
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments