1 Star 1 Fork 0

杭景琦/Catentacle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
premake5.lua 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
workspace "Catentacle"
architecture "x86_64"
startproject "Catentacle-Editor"
configurations {
"Debug",
"Release",
"Dist"
}
flags {
"MultiProcessorCompile"
}
outputdir = "%{cfg.buildcfg}-%{cfg.system}-%{cfg.architecture}"
-- Include directories relative to root folder (solution directory)
IncludeDir = {}
IncludeDir["GLFW"] = "%{wks.location}/Catentacle/vendor/GLFW/include"
IncludeDir["Glad"] = "%{wks.location}/Catentacle/vendor/Glad/include"
IncludeDir["ImGui"] = "%{wks.location}/Catentacle/vendor/imgui"
IncludeDir["glm"] = "%{wks.location}/Catentacle/vendor/glm"
IncludeDir["stb_image"] = "%{wks.location}/Catentacle/vendor/stb_image"
IncludeDir["entt"] = "%{wks.location}/Catentacle/vendor/entt/include"
IncludeDir["yaml_cpp"] = "%{wks.location}/Catentacle/vendor/yaml-cpp/include"
IncludeDir["ImGuizmo"] = "%{wks.location}/Catentacle/vendor/ImGuizmo"
IncludeDir["Box2D"] = "%{wks.location}/Catentacle/vendor/Box2D/include"
group "Dependencies"
include "vendor/premake"
include "Catentacle/vendor/GLFW"
include "Catentacle/vendor/Glad"
include "Catentacle/vendor/imgui"
include "Catentacle/vendor/yaml-cpp"
include "Catentacle/vendor/Box2D"
group ""
include "Catentacle"
include "Sandbox"
include "Catentacle-Editor"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hang-jingqi/Catentacle.git
[email protected]:hang-jingqi/Catentacle.git
hang-jingqi
Catentacle
Catentacle
master

搜索帮助