Files
ispc/examples_cuda/volume_rendering/Makefile
2013-11-08 13:57:16 +01:00

8 lines
116 B
Makefile

EXAMPLE=volume
CPP_SRC=volume.cpp volume_serial.cpp
ISPC_SRC=volume.ispc
ISPC_IA_TARGETS=avx
include ../common.mk