diff --git a/premake5.lua b/premake5.lua index ed7ce228e6..21c74d7974 100644 --- a/premake5.lua +++ b/premake5.lua @@ -37,6 +37,7 @@ project "GLFW" "src/x11_monitor.c", "src/x11_window.c", "src/xkb_unicode.c", + "src/posix_module.c", "src/posix_time.c", "src/posix_thread.c", "src/glx_context.c", @@ -89,4 +90,4 @@ project "GLFW" filter "configurations:Dist" runtime "Release" optimize "on" - symbols "off" \ No newline at end of file + symbols "off"