Rename Project

This commit is contained in:
Guilherme Werner
2023-12-03 11:53:35 -03:00
parent 64c60a294c
commit 9277342716
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
--- @diagnostic disable: undefined-global
workspace "SDK-CPP"
workspace "tribufu_cpp"
location "."
configurations { "debug", "release" }

View File

@ -1,6 +1,6 @@
--- @diagnostic disable: undefined-global
project "tribufu_sdk++"
project "tribufu_cpp"
location "."
language "C++"