Skip to content

Commit

Permalink
feat: add example cpp_vcpkg_project
Browse files Browse the repository at this point in the history
  • Loading branch information
abeimler committed Dec 30, 2022
1 parent 0968e44 commit 0fb0f87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "examples/cpp_vcpkg_project"]
path = examples/cpp_vcpkg_project
url = https://github.com/aminya/cpp_vcpkg_project
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 3
includes:
windows: ./Taskfile_windows.yml
docker: ./docker/Taskfile.yml
examples: ./examples/Taskfile.yml
main:
taskfile: ./tests/main/Taskfile.yml
dir: ./tests/main
Expand Down
8 changes: 8 additions & 0 deletions examples/Taskfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 3

includes:
cpp_vcpkg_project:
taskfile: ./cpp_vcpkg_project/Taskfile.yml
dir: ./cpp_vcpkg_project
vars:
CMAKE_GENERATOR: "Ninja Multi-Config"
1 change: 1 addition & 0 deletions examples/cpp_vcpkg_project
Submodule cpp_vcpkg_project added at 82cc30

0 comments on commit 0fb0f87

Please sign in to comment.