/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.21
test/hello_gtest/premake4.lua
35 строк
507 B
erwincoumans
add BspDemo.bsp data file
16 апр 2015, 20:17
16 апр 2015, 20:17
794c8ec
Код
Авторство
О чём код?
project "hello_gtest" kind "ConsoleApp" -- defines { } targetdir "../../bin" includedirs { ".","../gtest-1.7.0/include" } if os.is("Windows") then --see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012 defines {"_VARIADIC_MAX=10"} end -- linkLib "gtest" links "gtest" files { "**.cpp", "**.h", -- "../gtest-1.7.0/src/gtest_main.cc" } if os.is("Windows") then end if os.is("Linux") then end if os.is("MacOSX") then end