Files
ispc/examples_cuda/volume_rendering/Makefile
2013-11-18 10:56:22 +01:00

8 lines
120 B
Makefile

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