Set premake language to C for projects with C source code.
This commit is contained in:
2
third_party/glew.lua
vendored
2
third_party/glew.lua
vendored
@@ -2,7 +2,7 @@ group("third_party")
|
||||
project("glew")
|
||||
uuid("ca31d35a-6cf4-4c86-b97f-60b5244b80cb")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
language("C")
|
||||
links({
|
||||
})
|
||||
defines({
|
||||
|
||||
Reference in New Issue
Block a user