view src/parallel_execution/CMakeLists.txt @ 101:8987cf13d5bb

Add Allocate macro
author innparusu
date Wed, 02 Mar 2016 19:23:00 +0900
parents d400948dbbab
children 828ab677c8ef
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

# -DUSE_CUDA
add_definitions("-Wall -g -O0")

set(CMAKE_C_COMPILER cbclang)

add_executable(twice
               main.c
               context.c
               rb_tree.c
               stack.c
               origin_cs.c
               allocate.c
               compare.c
               worker.c
               time.c
               twice.c
)