mirror of
https://github.com/glfw/glfw.git
synced 2025-07-27 01:50:02 +00:00
Reformatted
This commit is contained in:
parent
a9aacc9f8e
commit
b394a01c54
@ -5,7 +5,10 @@ project "GLFW"
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("obj/" .. outputdir .. "/%{prj.name}")
|
||||
|
||||
files{
|
||||
test = "bin/" .. outputdir .. "/%{prj.name}"
|
||||
print(test)
|
||||
files
|
||||
{
|
||||
"include/GLFW/glfw3.h",
|
||||
"include/GLFW/glfw3native.h",
|
||||
"src/glfw_config.h",
|
||||
@ -21,7 +24,8 @@ project "GLFW"
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
files{
|
||||
files
|
||||
{
|
||||
"src/win32_init.c",
|
||||
"src/win32_joystick.c",
|
||||
"src/win32_monitor.c",
|
||||
|
Loading…
Reference in New Issue
Block a user