Skip to content

Commit

Permalink
build: initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored and github-actions[bot] committed May 11, 2024
1 parent 22e8e7d commit 7305597
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 116 deletions.
1 change: 0 additions & 1 deletion .github/TEMPLATE

This file was deleted.

76 changes: 0 additions & 76 deletions .github/bootstrap.ps1

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/bootstrap.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)

# info
project(
BakaPluginTemplate
BakaSurvivalSettings
VERSION 1.0.0
LANGUAGES CXX
)
Expand Down
6 changes: 3 additions & 3 deletions Plugin/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "bakaplugintemplate",
"homepage": "https://github.com/shad0wshayd3-FO4/BakaPluginTemplate",
"name": "bakasurvivalsettings",
"homepage": "https://github.com/shad0wshayd3-FO4/BakaSurvivalSettings",
"dependencies": [
"boost-stl-interfaces",
"nlohmann-json",
Expand All @@ -11,4 +11,4 @@
"tomlplusplus",
"xbyak"
]
}
}

0 comments on commit 7305597

Please sign in to comment.