Skip to content

Commit

Permalink
refactor: rename to endstone_cpp_example
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jul 28, 2024
1 parent 4327337 commit 29e2042
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86_64
toolset: 14.3

- name: Set up CMake and Ninja
uses: lukka/get-cmake@latest
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(endstone_example_cpp CXX)
project(endstone_cpp_example CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion src/example_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "example_plugin.h"

// The ENDSTONE_PLUGIN macro defines the metadata for the plugin.
ENDSTONE_PLUGIN(/*name=*/"endstone_example_cpp", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
ENDSTONE_PLUGIN(/*name=*/"endstone_cpp_example", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
{
prefix = "CppExamplePlugin";
description = "C++ example plugin for Endstone servers";
Expand Down

0 comments on commit 29e2042

Please sign in to comment.