diff --git a/__tests__/theAssets/theAssets.txt b/__tests__/theAssets/theAssets.txt new file mode 100644 index 0000000..e69de29 diff --git a/__tests__/theAssets/vcpkg_project/vcpkg-configuration.json b/__tests__/theAssets/vcpkg_project/vcpkg-configuration.json new file mode 100644 index 0000000..b26e0e3 --- /dev/null +++ b/__tests__/theAssets/vcpkg_project/vcpkg-configuration.json @@ -0,0 +1,6 @@ +{ + "default-registry": { + "kind": "builtin", + "baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50" + } +} \ No newline at end of file diff --git a/__tests__/theAssets/vcpkg_project/vcpkg.json b/__tests__/theAssets/vcpkg_project/vcpkg.json new file mode 100644 index 0000000..c3b0a20 --- /dev/null +++ b/__tests__/theAssets/vcpkg_project/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "test", + "version-string": "0.0.1", + "dependencies": [ + "fmt", + "boost-config", + "sqlite3" + ] + } \ No newline at end of file