Files
ispc/examples_cuda/volume_rendering/Makefile
2013-11-08 15:27:51 +01:00

8 lines
117 B
Makefile

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