mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 16:04:18 +00:00
Rename Project
This commit is contained in:
@ -68,7 +68,7 @@ project "example"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"tribufu_sdk++",
|
"tribufu_cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
prelinkcommands
|
prelinkcommands
|
||||||
@ -90,7 +90,7 @@ project "example"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"tribufu_sdk++",
|
"tribufu_cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
prelinkcommands
|
prelinkcommands
|
||||||
@ -111,7 +111,7 @@ project "example"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"tribufu_sdk++",
|
"tribufu_cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
prelinkcommands
|
prelinkcommands
|
||||||
@ -132,7 +132,7 @@ project "example"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"tribufu_sdk++",
|
"tribufu_cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
prelinkcommands
|
prelinkcommands
|
||||||
@ -154,7 +154,7 @@ project "example"
|
|||||||
|
|
||||||
links
|
links
|
||||||
{
|
{
|
||||||
"tribufu_sdk++",
|
"tribufu_cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Architecture
|
-- Architecture
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- @diagnostic disable: undefined-global
|
--- @diagnostic disable: undefined-global
|
||||||
|
|
||||||
workspace "SDK-CPP"
|
workspace "tribufu_cpp"
|
||||||
location "."
|
location "."
|
||||||
|
|
||||||
configurations { "debug", "release" }
|
configurations { "debug", "release" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- @diagnostic disable: undefined-global
|
--- @diagnostic disable: undefined-global
|
||||||
|
|
||||||
project "tribufu_sdk++"
|
project "tribufu_cpp"
|
||||||
location "."
|
location "."
|
||||||
language "C++"
|
language "C++"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user