You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
24 lines
543 B
24 lines
543 B
project "GLAD" |
|
kind "StaticLib" |
|
language "C" |
|
systemversion "latest" |
|
|
|
targetdir ("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}") |
|
objdir ("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}") |
|
|
|
includedirs { "%{prj.location}/include" } |
|
|
|
files |
|
{ |
|
"%{prj.location}/src/glad.c", |
|
"%{prj.location}/include/KHR/khrplatform.h", |
|
"%{prj.location}/include/glad.h" |
|
} |
|
|
|
filter "configurations:Debug" |
|
runtime "Debug" |
|
symbols "on" |
|
|
|
filter "configurations:Release" |
|
runtime "Release" |
|
optimize "on" |