view src/parallel_execution/CMakeLists.txt @ 98:d400948dbbab

add Cuda infomation to context
author ikkun
date Mon, 01 Feb 2016 18:03:43 +0900
parents 3e28ee215c0e
children 8987cf13d5bb
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_definitions("-Wall -g -O0")

set(CMAKE_C_COMPILER cbc-clang)

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
)