mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-06 06:09:52 +03:00
modifed premake5 for linux audio
This commit is contained in:
@@ -183,7 +183,11 @@ project "NuakeRuntime"
|
||||
filter "system:linux"
|
||||
links
|
||||
{
|
||||
"GL"
|
||||
"GL",
|
||||
"glfw",
|
||||
"glad",
|
||||
"X11",
|
||||
"asound",
|
||||
}
|
||||
|
||||
filter "configurations:Debug"
|
||||
@@ -298,7 +302,8 @@ project "Editor"
|
||||
"GL",
|
||||
"glfw",
|
||||
"glad",
|
||||
"X11"
|
||||
"X11",
|
||||
"asound",
|
||||
}
|
||||
|
||||
defines
|
||||
|
||||
Reference in New Issue
Block a user