mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-22 18:28:52 -05:00
Fixed some Linux related premake linking commands (add pthread, define glad macro for implot backend)
This commit is contained in:
parent
6837418ffa
commit
a27ebfe6e0
|
@ -85,6 +85,7 @@ project "Navigator"
|
|||
systemversion "latest"
|
||||
defines {
|
||||
"GLFW_INCLUDE_NONE",
|
||||
"IMGUI_IMPL_OPENGL_LOADER_GLAD",
|
||||
"IMPLOT_BACKEND_ENABLE_OPENGL3"
|
||||
}
|
||||
|
||||
|
@ -202,6 +203,9 @@ project "NavProject"
|
|||
"ImGui",
|
||||
"dl"
|
||||
}
|
||||
linkoptions {
|
||||
"-pthread"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user