From 9277342716457df2c0dfd254c32ba959cf2b7830 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 3 Dec 2023 11:53:35 -0300 Subject: [PATCH] Rename Project --- examples/premake5.lua | 10 +++++----- premake5.lua | 2 +- src/premake5.lua | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/premake5.lua b/examples/premake5.lua index 099bab0c..8f053baa 100644 --- a/examples/premake5.lua +++ b/examples/premake5.lua @@ -68,7 +68,7 @@ project "example" links { - "tribufu_sdk++", + "tribufu_cpp", } prelinkcommands @@ -90,7 +90,7 @@ project "example" links { - "tribufu_sdk++", + "tribufu_cpp", } prelinkcommands @@ -111,7 +111,7 @@ project "example" links { - "tribufu_sdk++", + "tribufu_cpp", } prelinkcommands @@ -132,7 +132,7 @@ project "example" links { - "tribufu_sdk++", + "tribufu_cpp", } prelinkcommands @@ -154,7 +154,7 @@ project "example" links { - "tribufu_sdk++", + "tribufu_cpp", } -- Architecture diff --git a/premake5.lua b/premake5.lua index 3caf88ec..3cab3d1a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,6 @@ --- @diagnostic disable: undefined-global -workspace "SDK-CPP" +workspace "tribufu_cpp" location "." configurations { "debug", "release" } diff --git a/src/premake5.lua b/src/premake5.lua index 7527414e..079ebbe0 100644 --- a/src/premake5.lua +++ b/src/premake5.lua @@ -1,6 +1,6 @@ --- @diagnostic disable: undefined-global -project "tribufu_sdk++" +project "tribufu_cpp" location "." language "C++"