/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.21
Extras/HACD/premake4.lua
12 строк
155 B
Erwin Coumans
fix premake build for linux, thanks to @consultit
10 фев 2018, 05:46
10 фев 2018, 05:46
508550c
Код
Авторство
О чём код?
project "HACD" kind "StaticLib" includedirs {"."} if os.is("Linux") then buildoptions{"-fPIC"} end files { "**.cpp", "**.h" }