Files
ispc/examples_cuda/deferred/Makefile
2013-11-18 10:44:52 +01:00

9 lines
146 B
Makefile

EXAMPLE=deferred_shading
CPP_SRC=common.cpp main.cpp
ISPC_SRC=kernels1.ispc
ISPC_IA_TARGETS=avx
ISPC_FLAGS=--opt=fast-math
include ../common.mk