Skip to content

Commit

Permalink
vcpkg config for build
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmishra committed Aug 29, 2024
1 parent 1e597c6 commit 48cea23
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ compile_commands.json
CTestTestfile.cmake
_deps

build
build

vcpkg_installed/
14 changes: 14 additions & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "f0c8848cde589649bca3ab3649668540403786ce",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}
11 changes: 11 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": [
{
"name": "lua",
"features": [
"tools"
]
},
"cmocka"
]
}

0 comments on commit 48cea23

Please sign in to comment.