view TaskManager/test/SetCpuTest/Makefile.def @ 2069:26aa08c9a1de draft default tip

cuda example fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 10:04:55 +0900
parents e99dc86d39e2
children
line wrap: on
line source

TARGET = twice

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Cerium

# ex  linux/ps3
CERIUM = ../../../../Cerium

CC      = clang++
OPT = -g
CFLAGS  = $(OPT) -Wall 

INCLUDE =  -I. -I.. -I${CERIUM}/include/TaskManager
LIBS = -L${CERIUM}/TaskManager