Files
ispc/examples_cuda/deferred/Makefile
2013-11-04 11:44:49 +01:00

9 lines
176 B
Makefile

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