view src/parallel_execution/CMakeLists.txt @ 126:f57e9ffa7960

add comment rb_tree
author ikkun
date Wed, 14 Sep 2016 20:35:21 +0900
parents e3cba827d489
children a574ba0da60f
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

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

set(CMAKE_C_COMPILER /Users/one/src/cbclang/Debug+Asserts/bin/clang)

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
)