Skip to content

Commit

Permalink
Replacement of missing documents
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliao697 committed Dec 14, 2024
1 parent bb1b342 commit 016b5c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
cmake_minimum_required(VERSION 3.15)

set(CMAKE_BUILD_TYPE RelWithDebInfo)
set(CMAKE_BUILD_TYPE Release)
project(economyAPI CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)


file(GLOB_RECURSE SOURCES "src/endstone/*" "pyproject.toml")

include(FetchContent)
FetchContent_Declare(
endstone
GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git
GIT_TAG v0.5.4.1
)
GIT_TAG v0.5.6)

FetchContent_MakeAvailable(endstone)

Expand Down
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build-system]
requires = ["scikit-build-core", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
name = "example"
version = "0.1.0"
authors = "wuliao"
description = "Economy for minecraftBE"

0 comments on commit 016b5c2

Please sign in to comment.