view src/parallel_execution/CMakeLists.txt @ 148:473b7d990a1f

fix data gears type enum
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 10 Nov 2016 12:07:53 +0900
parents 04a2f486a30d
children 6ab77dec8b6a
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

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

set(CMAKE_C_COMPILER $ENV{CBC_COMPILER})

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