-
This commit is contained in:
parent
84be4e6c9b
commit
55b6c671a7
@ -1,49 +0,0 @@
|
||||
project "DeerLSP"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
cppdialect "C++20"
|
||||
targetdir "bin/%{cfg.buildcfg}"
|
||||
staticruntime "off"
|
||||
|
||||
debugdir "../Roe"
|
||||
|
||||
files { "src/**.h", "src/**.cpp" }
|
||||
|
||||
|
||||
includedirs
|
||||
{
|
||||
"src",
|
||||
"include"
|
||||
}
|
||||
|
||||
|
||||
targetdir ("../bin/" .. OutputDir .. "/%{prj.name}")
|
||||
objdir ("../bin/int/" .. OutputDir .. "/%{prj.name}")
|
||||
|
||||
filter "system:linux"
|
||||
toolset "clang"
|
||||
defines { "LINUX" }
|
||||
links { "GL", "glfw" }
|
||||
links { "glad" }
|
||||
buildoptions { "-std=c++20" }
|
||||
|
||||
filter "system:windows"
|
||||
systemversion "latest"
|
||||
defines { "WINDOWS" }
|
||||
|
||||
filter "configurations:Debug"
|
||||
defines { "DEBUG" }
|
||||
runtime "Debug"
|
||||
symbols "On"
|
||||
|
||||
filter "configurations:Release"
|
||||
defines { "RELEASE" }
|
||||
runtime "Release"
|
||||
optimize "On"
|
||||
symbols "On"
|
||||
|
||||
filter "configurations:Dist"
|
||||
defines { "DIST" }
|
||||
runtime "Release"
|
||||
optimize "On"
|
||||
symbols "Off"
|
@ -21,10 +21,6 @@ include "Deer/vendor/imgui/Build.lua"
|
||||
include "Deer/vendor/angelScript/Build.lua"
|
||||
group ""
|
||||
|
||||
group "scripting"
|
||||
include "DeerLSP/Build.lua"
|
||||
group ""
|
||||
|
||||
-- group "Runtime"
|
||||
-- include "DeerRuntime/Build.lua"
|
||||
-- group ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user