Set premake language to C for projects with C source code.
This commit is contained in:
2
third_party/capstone.lua
vendored
2
third_party/capstone.lua
vendored
@@ -2,7 +2,7 @@ group("third_party")
|
|||||||
project("capstone")
|
project("capstone")
|
||||||
uuid("b3a89f7e-bb02-4945-ae75-219caed6afa2")
|
uuid("b3a89f7e-bb02-4945-ae75-219caed6afa2")
|
||||||
kind("StaticLib")
|
kind("StaticLib")
|
||||||
language("C++")
|
language("C")
|
||||||
links({
|
links({
|
||||||
})
|
})
|
||||||
defines({
|
defines({
|
||||||
|
|||||||
2
third_party/glew.lua
vendored
2
third_party/glew.lua
vendored
@@ -2,7 +2,7 @@ group("third_party")
|
|||||||
project("glew")
|
project("glew")
|
||||||
uuid("ca31d35a-6cf4-4c86-b97f-60b5244b80cb")
|
uuid("ca31d35a-6cf4-4c86-b97f-60b5244b80cb")
|
||||||
kind("StaticLib")
|
kind("StaticLib")
|
||||||
language("C++")
|
language("C")
|
||||||
links({
|
links({
|
||||||
})
|
})
|
||||||
defines({
|
defines({
|
||||||
|
|||||||
2
third_party/xxhash.lua
vendored
2
third_party/xxhash.lua
vendored
@@ -2,7 +2,7 @@ group("third_party")
|
|||||||
project("xxhash")
|
project("xxhash")
|
||||||
uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
|
uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
|
||||||
kind("StaticLib")
|
kind("StaticLib")
|
||||||
language("C++")
|
language("C")
|
||||||
links({
|
links({
|
||||||
})
|
})
|
||||||
defines({
|
defines({
|
||||||
|
|||||||
Reference in New Issue
Block a user