/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.83
test/OpenCL/BasicInitialize/premake4.lua
33 строки
639 B
erwincoumans
Linux fixes
18 июн 2013, 09:45
18 июн 2013, 09:45
a81d847
Код
Авторство
О чём код?
function createProject(vendor) hasCL = findOpenCL(vendor) if (hasCL) then project ("Test_OpenCL_intialize_" .. vendor) initOpenCL(vendor) language "C++" kind "ConsoleApp" targetdir "../../../bin" includedirs {"../../../src"} files { "main.cpp", "../../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.cpp", "../../../src/Bullet3Common/b3AlignedAllocator.cpp", "../../../src/Bullet3OpenCL/Initialize/b3OpenCLUtils.h", "../../../src/Bullet3Common/b3Logging.cpp", } end end createProject("clew") createProject("Apple") createProject("AMD") createProject("Intel") createProject("NVIDIA")