mirror of https://github.com/BOINC/boinc.git
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
# makefile for nvopencl BOINC example application on Macintosh.
|
|
|
|
# Add source files here
|
|
EXECUTABLE := example_app_nvopencl_mac
|
|
# C/C++ source files (compiled with gcc / c++)
|
|
CCFILES := nvopencl.cpp \
|
|
|
|
################################################################################
|
|
# Rules and targets
|
|
|
|
include common_opencl_mac.mk
|