|
|
|
@ -67,6 +67,7 @@ project "GLFW" |
|
|
|
|
"%{prj.location}/src/win32_joystick.c", |
|
|
|
|
"%{prj.location}/src/win32_monitor.c", |
|
|
|
|
"%{prj.location}/src/win32_time.c", |
|
|
|
|
"%{prj.location}/src/win32_module.c", |
|
|
|
|
"%{prj.location}/src/win32_thread.c", |
|
|
|
|
"%{prj.location}/src/win32_window.c", |
|
|
|
|
"%{prj.location}/src/wgl_context.c", |
|
|
|
@ -88,33 +89,3 @@ project "GLFW" |
|
|
|
|
runtime "Release" |
|
|
|
|
optimize "on" |
|
|
|
|
|
|
|
|
|
project "glm" |
|
|
|
|
location "./glm/glm" |
|
|
|
|
kind "StaticLib" |
|
|
|
|
language "C++" |
|
|
|
|
cppdialect "C++17" |
|
|
|
|
staticruntime "off" |
|
|
|
|
|
|
|
|
|
targetdir("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}") |
|
|
|
|
objdir("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}") |
|
|
|
|
|
|
|
|
|
files |
|
|
|
|
{ |
|
|
|
|
"%{prj.location}/**.hpp", |
|
|
|
|
"%{prj.location}/**.inl", |
|
|
|
|
"%{prj.location}/**.cpp" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
includedirs |
|
|
|
|
{ |
|
|
|
|
"%{IncludeDirs.glm}" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
filter "configurations:Debug" |
|
|
|
|
runtime "Debug" |
|
|
|
|
symbols "on" |
|
|
|
|
|
|
|
|
|
filter "configurations:Release" |
|
|
|
|
runtime "Release" |
|
|
|
|
optimize "on" |
|
|
|
|
|
|
|
|
|