/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.82
src/BulletCollision/premake4.lua
11 строк
139 B
erwin.coumans
add preliminary premake4 support (next to cmake) mainly to auto-generate Visual Studio projectfiles that can be redistributed (with no dependency on cmake, premake)
03 сен 2011, 02:24
03 сен 2011, 02:24
82234e6
Код
Авторство
О чём код?
project "BulletCollision" kind "StaticLib" targetdir "../../lib" includedirs { "..", } files { "**.cpp", "**.h" }