mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:04:18 +00:00
Remove old files
This commit is contained in:
18
premake5.lua
18
premake5.lua
@ -6,26 +6,26 @@ workspace "tribufu"
|
||||
|
||||
if _ACTION == "vs2022" then
|
||||
platforms {
|
||||
"windows-aarch64",
|
||||
"windows-i686",
|
||||
"windows-x86_64",
|
||||
"win-arm64",
|
||||
"win-x64",
|
||||
"win-x86",
|
||||
}
|
||||
end
|
||||
|
||||
if _ACTION == "gmake2" then
|
||||
platforms {
|
||||
"linux-aarch64",
|
||||
"linux-i686",
|
||||
"linux-x86_64",
|
||||
"linux-arm64",
|
||||
"linux-x64",
|
||||
"linux-x86",
|
||||
}
|
||||
end
|
||||
|
||||
if _ACTION == "xcode4" then
|
||||
platforms {
|
||||
"mac-aarch64",
|
||||
"mac-x86_64",
|
||||
"osx-arm64",
|
||||
"osx-x64",
|
||||
}
|
||||
end
|
||||
|
||||
include "src"
|
||||
include "examples"
|
||||
-- include "examples"
|
||||
|
Reference in New Issue
Block a user